New submission from Jeroen Demeyer <j.deme...@ugent.be>:
Many tests in test_gdb are not run if python_is_optimized() is true. However, it's not entirely clear why we have this condition. For example, on my system, with the default CPython configuration, Python *is* optimized but still all gdb tests pass if I artificially enable them. Maybe we need debug symbols, but the existence of debug symbols and optimization are orthogonal. ---------- components: Tests messages: 346358 nosy: benjamin.peterson, jdemeyer priority: normal severity: normal status: open title: Improve conditional check for test_gdb type: enhancement versions: Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue37382> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com