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 jdemeyer
Recipients benjamin.peterson, jdemeyer
Date 2019-06-24.08:52:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561366377.0.0.195206509618.issue37382@roundup.psfhosted.org>
In-reply-to
Content
The tests FAIL when CPython is compiled with "-O0 -g0" (without optimizations, without debug info) but tests PASS when compiled with "-O3 -g", showing that the check for "-g" is the right one.
History
Date User Action Args
2019-06-24 08:52:57jdemeyersetrecipients: + jdemeyer, benjamin.peterson
2019-06-24 08:52:57jdemeyersetmessageid: <1561366377.0.0.195206509618.issue37382@roundup.psfhosted.org>
2019-06-24 08:52:56jdemeyerlinkissue37382 messages
2019-06-24 08:52:56jdemeyercreate