bpo-40520: Remove redundant comment in pydebug.h (GH-19931)
Automerge-Triggered-By: @corona10
This commit is contained in:
parent
b0be6b3b94
commit
6351d9e440
|
@ -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…
Reference in New Issue