Skip to content

Commit 6351d9e

Browse files
authored
bpo-40520: Remove redundant comment in pydebug.h (GH-19931)
Automerge-Triggered-By: @corona10
1 parent b0be6b3 commit 6351d9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Include/pydebug.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
extern "C" {
66
#endif
77

8-
/* These global variable are defined in pylifecycle.c */
9-
/* XXX (ncoghlan): move these declarations to pylifecycle.h? */
108
PyAPI_DATA(int) Py_DebugFlag;
119
PyAPI_DATA(int) Py_VerboseFlag;
1210
PyAPI_DATA(int) Py_QuietFlag;

0 commit comments

Comments
 (0)