[Python-checkins] bpo-40520: Remove redundant comment in pydebug.h (GH-19931)

Hai Shi webhook-mailer at python.org
Tue May 5 11:20:46 EDT 2020


https://github.com/python/cpython/commit/6351d9e4400a77fe1fcbe4f03e5fb6620cca236d
commit: 6351d9e4400a77fe1fcbe4f03e5fb6620cca236d
branch: master
author: Hai Shi <shihai1992 at gmail.com>
committer: GitHub <noreply at github.com>
date: 2020-05-05T08:20:38-07:00
summary:

bpo-40520: Remove redundant comment in pydebug.h (GH-19931)



Automerge-Triggered-By: @corona10

files:
M Include/pydebug.h

diff --git a/Include/pydebug.h b/Include/pydebug.h
index bd4aafe3b49f8..78bcb118be465 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;



More information about the Python-checkins mailing list