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:31:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561365073.52.0.781183249984.issue37382@roundup.psfhosted.org>
In-reply-to
Content
Many tests in test_gdb are not run if python_is_optimized() is true. However, it's not entirely clear why we have this condition. For example, on my system, with the default CPython configuration, Python *is* optimized but still all gdb tests pass if I artificially enable them.

Maybe we need debug symbols, but the existence of debug symbols and optimization are orthogonal.
History
Date User Action Args
2019-06-24 08:31:13jdemeyersetrecipients: + jdemeyer, benjamin.peterson
2019-06-24 08:31:13jdemeyersetmessageid: <1561365073.52.0.781183249984.issue37382@roundup.psfhosted.org>
2019-06-24 08:31:13jdemeyerlinkissue37382 messages
2019-06-24 08:31:13jdemeyercreate