]> 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:01 +0000 (08:30 -0700)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 15:30:01 +0000 (08:30 -0700)
commitd9e904919197a22b95946f11ba5f24b796088c06
tree50b03dc83938febc9e0ed0b1471b92dd6c424227
parentcc011b5190b63f0be561ddec38fc4cd9e60cbf6a
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]