]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23571: PyErr_FormatV() and PyErr_SetObject() now always clear the
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 24 Mar 2015 11:41:23 +0000 (12:41 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 24 Mar 2015 11:41:23 +0000 (12:41 +0100)
commitde821befd4a924adb50458163a14dfe6ea9ed448
tree85c045877ba89bb3b83a047e46a27977326b641a
parent91afbb60885d5904dc6cb4d063ae33454507bf71
Issue #23571: PyErr_FormatV() and PyErr_SetObject() now always clear the
current exception because they can run arbitrary Python code and so no
exception must be set.
Python/errors.c