]> granicus.if.org Git - python/commit
bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692)
authorVictor Stinner <vstinner@redhat.com>
Thu, 14 Jun 2018 14:28:07 +0000 (16:28 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Jun 2018 14:28:07 +0000 (16:28 +0200)
commit019d33b7a447e78057842332fb5d3bad01922122
tree7bdbec241885be3207973511a45770673309b045
parent4ffe9c2b251f6e027b26250b7a2618e78d4edd22
bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692)

python-gdb now catchs ValueError on read_var(): when Python has no
debug symbols for example.
Misc/NEWS.d/next/Tools-Demos/2018-06-14-16-16-53.bpo-32962.2YfdwI.rst [new file with mode: 0644]
Tools/gdb/libpython.py