diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-06-14 20:34:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-14 20:34:52 (GMT) |
commit | d22fc0bc7de7882da204abe50884bbde2da4f9e7 (patch) | |
tree | 5863bdb86515700263c1f98085e5bd64283b5f70 /Misc | |
parent | 019d33b7a447e78057842332fb5d3bad01922122 (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS.d/next/Tools-Demos/2018-06-14-16-23-07.bpo-32962.Q3Dwns.rst | 2 |
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()``. |