]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40436: Fix code parsing gdb version (GH-19792)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Apr 2020 15:30:46 +0000 (08:30 -0700)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 15:30:46 +0000 (08:30 -0700)
commitbeba1a808000d5fc445cb28eab96bdb4cdb7c959
tree5f1bae7ead4efebb60639cb1266109e937bf5edb
parentadb1f853482e75e81ae0ae7307318a1051ca46b5
bpo-40436: Fix code parsing gdb version (GH-19792)

test_gdb and test.pythoninfo now check gdb command exit code.
(cherry picked from commit ec9bea4a3766bd815148a27f61eb24e7dd459ac7)

Co-authored-by: Victor Stinner <vstinner@python.org>
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]