STINNER Victor <vstin...@python.org> added the comment:
> Marking release blocker as this isn't present in 3.8 or earlier, we've got a > regression here. FYI we have issue with test_gdb on Fedora for at least 5 years. Most issues come from -Og optimization level of test_gdb. Recently, I modified test_gdb to skip tests when we detect that gdb fails to read debug symbols, which happens often when using -Og: bpo-40019. commit 7bf069b6110278102c8f4719975a5eb5a5af25f9 Author: Victor Stinner <vstin...@python.org> Date: Fri Mar 20 08:23:26 2020 +0100 bpo-40019: Skip test_gdb if Python was optimized (GH-19081) test_gdb now skips tests if it detects that gdb failed to read debug information because the Python binary is optimized. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40746> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com