From: Serhiy Storchaka Date: Sun, 6 Nov 2016 16:47:35 +0000 (+0200) Subject: Issue #23996: Added _PyGen_SetStopIterationValue for safe raising X-Git-Tag: v3.7.0a1~2055 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85bcf37e15ddb2ffae79af803f58280300f2cea0;p=thirdparty%2FPython%2Fcpython.git Issue #23996: Added _PyGen_SetStopIterationValue for safe raising StopIteration with value. More safely handle non-normalized exceptions in -_PyGen_FetchStopIterationValue. --- 85bcf37e15ddb2ffae79af803f58280300f2cea0