Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpydebug.h16 PyAPI_DATA(int) Py_FrozenFlag;
/external/python/cpython2/Modules/
Dgetpath.c506 if (!Py_FrozenFlag) in calculate_path()
529 if (!Py_FrozenFlag) in calculate_path()
537 if ((!pfound || !efound) && !Py_FrozenFlag) in calculate_path()
/external/python/cpython2/Python/
Dfrozenmain.c22 Py_FrozenFlag = 1; /* Suppress errors from getpath.c */ in Py_FrozenMain()
Dpythonrun.c84 int Py_FrozenFlag; /* Needed by getpath.c */ variable
/external/python/cpython2/PC/os2vacpp/
Dpython.def62 Py_FrozenFlag
/external/python/cpython2/PC/os2emx/
Dpython27.def1062 "Py_FrozenFlag"
/external/python/cpython2/Misc/
DHISTORY12246 - New global flag Py_FrozenFlag is set when this is a "frozen" Python