Searched refs:Py_FrozenFlag (Results 1 – 14 of 14) sorted by relevance
16 PyAPI_DATA(int) Py_FrozenFlag;
22 Py_FrozenFlag = 1; /* Suppress errors from getpath.c */ in Py_FrozenMain()
76 int Py_FrozenFlag; /* Needed by getpath.c */ variable
511 if (!Py_FrozenFlag) in calculate_path()534 if (!Py_FrozenFlag) in calculate_path()542 if ((!pfound || !efound) && !Py_FrozenFlag) in calculate_path()
454 Py_FrozenFlag = 1; in test_init_global_config()610 Py_FrozenFlag = 0; in test_init_from_config()895 Py_FrozenFlag = 0; in set_all_global_config_variables()965 Py_FrozenFlag = 1; in check_init_python_config()
62 Py_FrozenFlag
385 Py_FrozenFlag
986 Python/initconfig.c - Py_FrozenFlag variable int Py_FrozenFlag
159 int Py_FrozenFlag = 0; /* Needed by getpath.c */ variable218 SET_ITEM_INT(Py_FrozenFlag); in _Py_GetGlobalVariablesAsDict()1059 COPY_NOT_FLAG(pathconfig_warnings, Py_FrozenFlag); in config_get_global_vars()1096 COPY_NOT_FLAG(pathconfig_warnings, Py_FrozenFlag); in config_set_global_vars()
1062 "Py_FrozenFlag"
108 .. c:var:: int Py_FrozenFlag
12246 - New global flag Py_FrozenFlag is set when this is a "frozen" Python
29625 - New global flag Py_FrozenFlag is set when this is a "frozen" Python