]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
authorVictor Stinner <vstinner@python.org>
Fri, 20 Mar 2020 07:23:26 +0000 (08:23 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Mar 2020 07:23:26 +0000 (08:23 +0100)
commit7bf069b6110278102c8f4719975a5eb5a5af25f9
tree6af58fb5f34591d1f08c47e8aad28a71ed7f8e0f
parenta36adfa6bbf5e612a4d4639124502135690899b8
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.
Lib/test/test_gdb.py
Misc/NEWS.d/next/Tests/2020-03-20-00-30-36.bpo-40019.zOqHpQ.rst [new file with mode: 0644]
Tools/gdb/libpython.py