mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
Py_UseClassExceptionsFlag is deprecated. We keep the C variable for C
API consistency, but nothing sets it or checks it now.
This commit is contained in:
parent
e326b1efe2
commit
3ce096459e
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ int Py_DebugFlag; /* Needed by parser.c */
|
|||
int Py_VerboseFlag; /* Needed by import.c */
|
||||
int Py_InteractiveFlag; /* Needed by Py_FdIsInteractive() below */
|
||||
int Py_NoSiteFlag; /* Suppress 'import site' */
|
||||
int Py_UseClassExceptionsFlag = 1; /* Needed by bltinmodule.c */
|
||||
int Py_UseClassExceptionsFlag = 1; /* Needed by bltinmodule.c: deprecated */
|
||||
int Py_FrozenFlag; /* Needed by getpath.c */
|
||||
int Py_UnicodeFlag = 0; /* Needed by compile.c */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue