summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-04-29 15:11:48 (GMT)
committerGitHub <noreply@github.com>2020-04-29 15:11:48 (GMT)
commitec9bea4a3766bd815148a27f61eb24e7dd459ac7 (patch)
tree808f462e186e6c7ff286186bac813af8488325c7 /Misc
parent9a8c1315c3041fdb85d091bb8dc92f0d9dcb1529 (diff)
downloadcpython-ec9bea4a3766bd815148a27f61eb24e7dd459ac7.zip
cpython-ec9bea4a3766bd815148a27f61eb24e7dd459ac7.tar.gz
cpython-ec9bea4a3766bd815148a27f61eb24e7dd459ac7.tar.bz2
bpo-40436: Fix code parsing gdb version (GH-19792)
test_gdb and test.pythoninfo now check gdb command exit code.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2020-04-29-16-08-24.bpo-40436.gDMnYl.rst1
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.