]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40436: Fix code parsing gdb version (GH-19792)
authorVictor Stinner <vstinner@python.org>
Wed, 29 Apr 2020 15:11:48 +0000 (17:11 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 15:11:48 +0000 (17:11 +0200)
commitec9bea4a3766bd815148a27f61eb24e7dd459ac7
tree808f462e186e6c7ff286186bac813af8488325c7
parent9a8c1315c3041fdb85d091bb8dc92f0d9dcb1529
bpo-40436: Fix code parsing gdb version (GH-19792)

test_gdb and test.pythoninfo now check gdb command exit code.
Lib/test/pythoninfo.py
Lib/test/test_gdb.py
Misc/NEWS.d/next/Tests/2020-04-29-16-08-24.bpo-40436.gDMnYl.rst [new file with mode: 0644]