]> granicus.if.org Git - python/commit
Issue #18408: _PyObject_Dump() now saves/restores the current exception
authorVictor Stinner <vstinner@wyplay.com>
Mon, 26 Aug 2013 11:49:06 +0000 (13:49 +0200)
committerVictor Stinner <vstinner@wyplay.com>
Mon, 26 Aug 2013 11:49:06 +0000 (13:49 +0200)
commite51321020c78f28571b499dcc284604217ef0eb0
treea76445124b3a5ff54d28ed755263fbcfa4aff7a1
parent0e1e04301badf92e1204bbeed3cb31a98eeed7f9
Issue #18408: _PyObject_Dump() now saves/restores the current exception

So it can be called even if an exception was raised
Objects/object.c