Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95c745b

Browse files
committed
- Add Py_FrozenFlag, intended to suppress error messages fron
getpath.c in frozen binaries.
1 parent a61691e commit 95c745b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Include/pydebug.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ extern DL_IMPORT(int) Py_InteractiveFlag;
4141
extern DL_IMPORT(int) Py_OptimizeFlag;
4242
extern DL_IMPORT(int) Py_NoSiteFlag;
4343
extern DL_IMPORT(int) Py_UseClassExceptionsFlag;
44+
extern DL_IMPORT(int) Py_FrozenFlag;
4445

4546
void Py_FatalError Py_PROTO((char *));
4647

0 commit comments

Comments
 (0)