mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
- Add Py_FrozenFlag, intended to suppress error messages fron
getpath.c in frozen binaries.
This commit is contained in:
parent
a61691e4e9
commit
95c745b5fc
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue