mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Got rid of "suppres printing" flag.
This commit is contained in:
parent
4c04be64b3
commit
e6fb2043ce
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ extern "C" {
|
|||
|
||||
extern DL_IMPORT(int) Py_DebugFlag;
|
||||
extern DL_IMPORT(int) Py_VerboseFlag;
|
||||
extern DL_IMPORT(int) Py_SuppressPrintingFlag;
|
||||
extern DL_IMPORT(int) Py_InteractiveFlag;
|
||||
extern DL_IMPORT(int) Py_OptimizeFlag;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue