mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Initialize Py_UseClassExceptionsFlag to 1.
This commit is contained in:
parent
a7f2e813c9
commit
999e5e921e
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,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; /* Needed by bltinmodule.c */
|
||||
int Py_UseClassExceptionsFlag = 1; /* Needed by bltinmodule.c */
|
||||
|
||||
static int initialized = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue