mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
bpo-40520: Remove redundant comment in pydebug.h (GH-19931)
Automerge-Triggered-By: @corona10
This commit is contained in:
parent
b0be6b3b94
commit
6351d9e440
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* These global variable are defined in pylifecycle.c */
|
|
||||||
/* XXX (ncoghlan): move these declarations to pylifecycle.h? */
|
|
||||||
PyAPI_DATA(int) Py_DebugFlag;
|
PyAPI_DATA(int) Py_DebugFlag;
|
||||||
PyAPI_DATA(int) Py_VerboseFlag;
|
PyAPI_DATA(int) Py_VerboseFlag;
|
||||||
PyAPI_DATA(int) Py_QuietFlag;
|
PyAPI_DATA(int) Py_QuietFlag;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue