]> granicus.if.org Git - python/commit
(merge 3.2) libpython.py (gdb) now catchs IOError in py-list and py-bt commands
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 10:59:30 +0000 (12:59 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 10:59:30 +0000 (12:59 +0200)
commitc9e07a3ec8c48ca833f57286474226e2e82f5214
tree1836e6be3b2b827b7ab169e031d9673dcfa2749b
parent4497445b3fd6d246f47e92ce5118ceb76e8b2ab2
parentd57c5c8a3adc7ec3cd0b41b5f7a1a1f72eeec70e
(merge 3.2) 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).