Searched refs:Py_FrozenFlag (Results 1 – 7 of 7) sorted by relevance
16 PyAPI_DATA(int) Py_FrozenFlag;
506 if (!Py_FrozenFlag) in calculate_path()529 if (!Py_FrozenFlag) in calculate_path()537 if ((!pfound || !efound) && !Py_FrozenFlag) in calculate_path()
22 Py_FrozenFlag = 1; /* Suppress errors from getpath.c */ in Py_FrozenMain()
84 int Py_FrozenFlag; /* Needed by getpath.c */ variable
62 Py_FrozenFlag
1062 "Py_FrozenFlag"
12246 - New global flag Py_FrozenFlag is set when this is a "frozen" Python