diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-04-29 15:30:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-29 15:30:01 (GMT) |
commit | d9e904919197a22b95946f11ba5f24b796088c06 (patch) | |
tree | 50b03dc83938febc9e0ed0b1471b92dd6c424227 /Misc | |
parent | cc011b5190b63f0be561ddec38fc4cd9e60cbf6a (diff) | |
download | cpython-d9e904919197a22b95946f11ba5f24b796088c06.zip cpython-d9e904919197a22b95946f11ba5f24b796088c06.tar.gz cpython-d9e904919197a22b95946f11ba5f24b796088c06.tar.bz2 |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2020-04-29-16-08-24.bpo-40436.gDMnYl.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2020-04-29-16-08-24.bpo-40436.gDMnYl.rst b/Misc/NEWS.d/next/Tests/2020-04-29-16-08-24.bpo-40436.gDMnYl.rst new file mode 100644 index 0000000..0aee2c3 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2020-04-29-16-08-24.bpo-40436.gDMnYl.rst @@ -0,0 +1 @@ +test_gdb and test.pythoninfo now check gdb command exit code. |