STINNER Victor <vstin...@python.org> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46600>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to