summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-06-14 20:34:52 (GMT)
committerGitHub <noreply@github.com>2018-06-14 20:34:52 (GMT)
commitd22fc0bc7de7882da204abe50884bbde2da4f9e7 (patch)
tree5863bdb86515700263c1f98085e5bd64283b5f70 /Misc/NEWS.d/next
parent019d33b7a447e78057842332fb5d3bad01922122 (diff)
downloadcpython-d22fc0bc7de7882da204abe50884bbde2da4f9e7.zip
cpython-d22fc0bc7de7882da204abe50884bbde2da4f9e7.tar.gz
cpython-d22fc0bc7de7882da204abe50884bbde2da4f9e7.tar.bz2
bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693)
python-gdb now catchs UnicodeDecodeError exceptions when calling string().
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Tools-Demos/2018-06-14-16-23-07.bpo-32962.Q3Dwns.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2018-06-14-16-23-07.bpo-32962.Q3Dwns.rst b/Misc/NEWS.d/next/Tools-Demos/2018-06-14-16-23-07.bpo-32962.Q3Dwns.rst
new file mode 100644
index 0000000..fc14261
--- /dev/null
+++ b/Misc/NEWS.d/next/Tools-Demos/2018-06-14-16-23-07.bpo-32962.Q3Dwns.rst
@@ -0,0 +1,2 @@
+python-gdb now catchs ``UnicodeDecodeError`` exceptions when calling
+``string()``.