mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833.
This commit is contained in:
parent
31e3b77fea
commit
8aa7e999b5
6 changed files with 14 additions and 4 deletions
|
@ -7,6 +7,7 @@ extern "C" {
|
|||
|
||||
PyAPI_DATA(int) Py_DebugFlag;
|
||||
PyAPI_DATA(int) Py_VerboseFlag;
|
||||
PyAPI_DATA(int) Py_QuietFlag;
|
||||
PyAPI_DATA(int) Py_InteractiveFlag;
|
||||
PyAPI_DATA(int) Py_InspectFlag;
|
||||
PyAPI_DATA(int) Py_OptimizeFlag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue