]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40520: Remove redundant comment in pydebug.h (GH-19931)
authorHai Shi <shihai1992@gmail.com>
Tue, 5 May 2020 15:20:38 +0000 (10:20 -0500)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 15:20:38 +0000 (08:20 -0700)
Automerge-Triggered-By: @corona10
Include/pydebug.h

index bd4aafe3b49f83a3dc5d6e3c56b3425220c5c0b7..78bcb118be46598f866aa62c05e66b87ca81a150 100644 (file)
@@ -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;