summaryrefslogtreecommitdiff
path: root/Include/pydebug.h
diff options
context:
space:
mode:
authorHai Shi <shihai1992@gmail.com>2020-05-05 10:20:38 -0500
committerGitHub <noreply@github.com>2020-05-05 08:20:38 -0700
commit6351d9e4400a77fe1fcbe4f03e5fb6620cca236d (patch)
treebfdb9231ca82631c679ddab27d670f976eb0724f /Include/pydebug.h
parentb0be6b3b94fbdf31b796adc19dc86a04a52b03e1 (diff)
downloadcpython-git-6351d9e4400a77fe1fcbe4f03e5fb6620cca236d.tar.gz
bpo-40520: Remove redundant comment in pydebug.h (GH-19931)
Automerge-Triggered-By: @corona10
Diffstat (limited to 'Include/pydebug.h')
-rw-r--r--Include/pydebug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/pydebug.h b/Include/pydebug.h
index bd4aafe3b4..78bcb118be 100644
--- a/Include/pydebug.h
+++ b/Include/pydebug.h
@@ -5,8 +5,6 @@
extern "C" {
#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_VerboseFlag;
PyAPI_DATA(int) Py_QuietFlag;