]> granicus.if.org Git - python/commit
bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693)
authorVictor Stinner <vstinner@redhat.com>
Thu, 14 Jun 2018 20:34:52 +0000 (22:34 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Jun 2018 20:34:52 +0000 (22:34 +0200)
commitd22fc0bc7de7882da204abe50884bbde2da4f9e7
tree5863bdb86515700263c1f98085e5bd64283b5f70
parent019d33b7a447e78057842332fb5d3bad01922122
bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693)

python-gdb now catchs UnicodeDecodeError exceptions when calling
string().
Misc/NEWS.d/next/Tools-Demos/2018-06-14-16-23-07.bpo-32962.Q3Dwns.rst [new file with mode: 0644]
Tools/gdb/libpython.py