]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
libpython.py (gdb) now catchs IOError in py-list and py-bt commands
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 10:57:44 +0000 (12:57 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 10:57:44 +0000 (12:57 +0200)
commitd57c5c8a3adc7ec3cd0b41b5f7a1a1f72eeec70e
treeb87a0169c1f6914befb0d6b5c4fecdb134078fae
parent98b3722bf75f4623953bebe90be2ee57a26cffa2
libpython.py (gdb) now catchs IOError in py-list and py-bt commands

py-list displays the error. py-bt ignores the error (the filename and line
number is already displayed).
Tools/gdb/libpython.py