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 vstinner
Recipients benjamin.peterson, jdemeyer, vstinner
Date 2019-06-26.11:06:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561547192.88.0.623012584567.issue37382@roundup.psfhosted.org>
In-reply-to
Content
Depending on the compiler optimization level, gdb may or may not br able to read variables and function arguments. IHMO it is fine to skip test_gdb if Python "is optimized". I don't think it is worth it to check the exact optimizatio level.

The worst debugging experience is provided by PGO build.
History
Date User Action Args
2019-06-26 11:06:32vstinnersetrecipients: + vstinner, benjamin.peterson, jdemeyer
2019-06-26 11:06:32vstinnersetmessageid: <1561547192.88.0.623012584567.issue37382@roundup.psfhosted.org>
2019-06-26 11:06:32vstinnerlinkissue37382 messages
2019-06-26 11:06:32vstinnercreate