]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19817: Fix print_exception(), clear the exception on error
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 9 Dec 2013 01:10:08 +0000 (02:10 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 9 Dec 2013 01:10:08 +0000 (02:10 +0100)
commit52ce3b04d094b568c303968b2273e2322b422e38
treeed2a529ab7394e896a93d5e0aaa4d9832f9597c4
parent383bff4d740c2ee154c230f62fc28f5baa09fa10
Issue #19817: Fix print_exception(), clear the exception on error
Python/pythonrun.c