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 steve.dower
Recipients Mark.Shannon, db3l, gvanrossum, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-03-02.22:30:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614724239.98.0.23808593707.issue43271@roundup.psfhosted.org>
In-reply-to
Content
Hmm, yeah, it seems like the debug-specific definition has gone. Wonder when that happened.

In that case, go ahead and revert, but I'd suggest doing it by just removing the new Py_DEBUG condition rather than undoing all the changes. Should be nothing wrong with the rest of it.

IIRC, PR builds run under release because the compile-time increase is more than made up by the test time decrease.
History
Date User Action Args
2021-03-02 22:30:40steve.dowersetrecipients: + steve.dower, gvanrossum, paul.moore, db3l, vstinner, tim.golden, Mark.Shannon, zach.ware
2021-03-02 22:30:39steve.dowersetmessageid: <1614724239.98.0.23808593707.issue43271@roundup.psfhosted.org>
2021-03-02 22:30:39steve.dowerlinkissue43271 messages
2021-03-02 22:30:39steve.dowercreate