commit | de821befd4a924adb50458163a14dfe6ea9ed448 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 24 12:41:23 2015 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 24 12:41:23 2015 +0100 |
tree | 85c045877ba89bb3b83a047e46a27977326b641a | |
parent | 91afbb60885d5904dc6cb4d063ae33454507bf71 [diff] |
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.