Home
last modified time | relevance | path

Searched refs:Py_FrozenFlag (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
Dpydebug.h16 PyAPI_DATA(int) Py_FrozenFlag;
/third_party/python/Programs/
D_testembed.c470 Py_FrozenFlag = 1; in test_init_global_config()
623 Py_FrozenFlag = 0; in test_init_from_config()
907 Py_FrozenFlag = 0; in set_all_global_config_variables()
977 Py_FrozenFlag = 1; in check_init_python_config()
/third_party/python/Python/
Dinitconfig.c164 int Py_FrozenFlag = 0; /* Needed by getpath.c */ variable
223 SET_ITEM_INT(Py_FrozenFlag); in _Py_GetGlobalVariablesAsDict()
1420 COPY_NOT_FLAG(pathconfig_warnings, Py_FrozenFlag); in config_get_global_vars()
1457 COPY_NOT_FLAG(pathconfig_warnings, Py_FrozenFlag); in config_set_global_vars()
/third_party/python/Doc/c-api/
Dinit.rst108 .. c:var:: int Py_FrozenFlag
/third_party/python/Misc/
DHISTORY29625 - New global flag Py_FrozenFlag is set when this is a "frozen" Python