diff options
author | Hai Shi <shihai1992@gmail.com> | 2020-05-05 15:20:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 15:20:38 (GMT) |
commit | 6351d9e4400a77fe1fcbe4f03e5fb6620cca236d (patch) | |
tree | bfdb9231ca82631c679ddab27d670f976eb0724f /Include | |
parent | b0be6b3b94fbdf31b796adc19dc86a04a52b03e1 (diff) | |
download | cpython-6351d9e4400a77fe1fcbe4f03e5fb6620cca236d.zip cpython-6351d9e4400a77fe1fcbe4f03e5fb6620cca236d.tar.gz cpython-6351d9e4400a77fe1fcbe4f03e5fb6620cca236d.tar.bz2 |
bpo-40520: Remove redundant comment in pydebug.h (GH-19931)
Automerge-Triggered-By: @corona10
Diffstat (limited to 'Include')
-rw-r--r-- | Include/pydebug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/pydebug.h b/Include/pydebug.h index bd4aafe..78bcb11 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; |