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 pablogsal, vstinner
Date 2022-02-01.16:06:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643731589.11.0.429133847405.issue46600@roundup.psfhosted.org>
In-reply-to
Content
> PR 31052 seems to have broken a bunch of buildbots. If no fix is provided in 24 hours, we will need to revert :(

test_gdb fails if Python is built with clang -Og. I don't think that it's a regression. It's just that previously, buildbots using clang only build Python with -O0 or -O3.

I'm investigating the test_gdb issue: it's easy to reproduce on Linux (clang 13.0.0). I may skip test_gdb is Python is built with clang -Og.
History
Date User Action Args
2022-02-01 16:06:29vstinnersetrecipients: + vstinner, pablogsal
2022-02-01 16:06:29vstinnersetmessageid: <1643731589.11.0.429133847405.issue46600@roundup.psfhosted.org>
2022-02-01 16:06:29vstinnerlinkissue46600 messages
2022-02-01 16:06:29vstinnercreate