]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19437: Fix show_warning() of _warnings, stop at the first error to not
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 31 Oct 2013 13:51:38 +0000 (14:51 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 31 Oct 2013 13:51:38 +0000 (14:51 +0100)
commitae233eab5cc9a932a80063003602fd0a62e4be05
tree97402ba791b6cef9fad69ca4279c41fa23b01c56
parent3cd04aa1b2ddf27d089d5837c0d2e3ba34b02c5c
Issue #19437: Fix show_warning() of _warnings, stop at the first error to not
call a Python function with an exception set
Python/_warnings.c