Victor Stinner 26f7b8acdc Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx().
At entry, save or swap the exception state even if PyEval_EvalFrameEx() is
called with throwflag=0. At exit, the exception state is now always restored or
swapped, not only if why is WHY_YIELD or WHY_RETURN. Patch co-written with
Antoine Pitrou.
2015-01-31 10:29:47 +01:00
..
2015-01-04 16:05:39 -06:00
2014-12-31 18:10:13 -06:00
2015-01-28 17:10:48 +02:00
2014-02-19 23:05:26 -05:00
2013-09-26 22:21:41 -04:00