- Add Py_FrozenFlag, intended to suppress error messages fron
getpath.c in frozen binaries.
This commit is contained in:
parent
a61691e4e9
commit
95c745b5fc
|
@ -41,6 +41,7 @@ extern DL_IMPORT(int) Py_InteractiveFlag;
|
|||
extern DL_IMPORT(int) Py_OptimizeFlag;
|
||||
extern DL_IMPORT(int) Py_NoSiteFlag;
|
||||
extern DL_IMPORT(int) Py_UseClassExceptionsFlag;
|
||||
extern DL_IMPORT(int) Py_FrozenFlag;
|
||||
|
||||
void Py_FatalError Py_PROTO((char *));
|
||||
|
||||
|
|
Loading…
Reference in New Issue