diff options
| author | Guido van Rossum <guido@python.org> | 1997-08-29 22:34:00 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-08-29 22:34:00 +0000 |
| commit | 3d90af967d27d705e79718204956b5c9c1100b96 (patch) | |
| tree | c100bf255451dd3286f554b94de15f0e8acae20b /Include/pydebug.h | |
| parent | dcc0c13f74e3f62b00847f4aec93bb5c65e8cf64 (diff) | |
| download | cpython-git-3d90af967d27d705e79718204956b5c9c1100b96.tar.gz | |
Added NoSite flag.
Diffstat (limited to 'Include/pydebug.h')
| -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 b97de69a0b..91bf099b64 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_NoSiteFlag; extern DL_IMPORT(int) Py_UseClassExceptionsFlag; void Py_FatalError Py_PROTO((char *)); |
