diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/pydebug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pydebug.h b/Include/pydebug.h index 0ebfd80..b97de69 100644 --- a/Include/pydebug.h +++ b/Include/pydebug.h @@ -39,6 +39,7 @@ extern DL_IMPORT(int) Py_DebugFlag; extern DL_IMPORT(int) Py_VerboseFlag; extern DL_IMPORT(int) Py_InteractiveFlag; extern DL_IMPORT(int) Py_OptimizeFlag; +extern DL_IMPORT(int) Py_UseClassExceptionsFlag; void Py_FatalError Py_PROTO((char *)); |