]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18408: Py_ReprLeave() now saves/restores the current exception,
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 16 Jul 2013 20:24:44 +0000 (22:24 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 16 Jul 2013 20:24:44 +0000 (22:24 +0200)
commit1b63493ed18a93201ad0c09bfc849a13d9f01632
treeb9b54282744f9ac4ed0eba324bd87c38685a546f
parentac2a4fe8a20961590cc20cde2afd7cf0fc9ce8b2
Issue #18408: Py_ReprLeave() now saves/restores the current exception,
and ignores exceptions raised during the call
Objects/object.c