]> granicus.if.org Git - python/commit
Issue #20024: Py_BuildValue() now saves/restores the current exception before
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 21 Jan 2014 19:52:17 +0000 (20:52 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 21 Jan 2014 19:52:17 +0000 (20:52 +0100)
commit2d854c8e7b14d17d7b0d1508c193fe3db92dd215
tree21f5fc6029a8cdf7f1e6a8b694ce18cf49031baf
parent5116f782217551012942b1f44393cc9e9e3941da
Issue #20024: Py_BuildValue() now saves/restores the current exception before
building an item if the build of a previous item failed.
Python/modsupport.c