This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shihai1991
Recipients ncoghlan, shihai1991, vstinner
Date 2020-05-05.14:45:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588689919.11.0.704783497449.issue40520@roundup.psfhosted.org>
In-reply-to
Content
Nick left a comment in `pydebug.h`
/* These global variable are defined in pylifecycle.c */
/* XXX (ncoghlan): move these declarations to pylifecycle.h? */

I have checked those global variables are not only debug variables and they are defined in `Python/initconfig.c` now.
If I understand clearly, those declarations should moved to `Include/cpython/initconfig.h` and `pydebug.h` could be deleted.

ref: https://github.com/python/cpython/commit/d600951748d7a19cdb3e58a376c51ed804b630e6
History
Date User Action Args
2020-05-05 14:45:19shihai1991setrecipients: + shihai1991, ncoghlan, vstinner
2020-05-05 14:45:19shihai1991setmessageid: <1588689919.11.0.704783497449.issue40520@roundup.psfhosted.org>
2020-05-05 14:45:19shihai1991linkissue40520 messages
2020-05-05 14:45:19shihai1991create