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 cstratak, steve.dower, vstinner
Date 2019-09-24.22:38:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569364700.16.0.515670389576.issue38239@roundup.psfhosted.org>
In-reply-to
Content
Um, okay then.

The test already includes this:

if ((sysconfig.get_config_var('PGO_PROF_USE_FLAG') or 'xxx') in
    (sysconfig.get_config_var('PY_CORE_CFLAGS') or '')):
    raise unittest.SkipTest("test_gdb is not reliable on PGO builds")

Apparently this no longer works. Who understands these variables enough to fix the issue?
History
Date User Action Args
2019-09-24 22:38:20steve.dowersetrecipients: + steve.dower, vstinner, cstratak
2019-09-24 22:38:20steve.dowersetmessageid: <1569364700.16.0.515670389576.issue38239@roundup.psfhosted.org>
2019-09-24 22:38:20steve.dowerlinkissue38239 messages
2019-09-24 22:38:19steve.dowercreate