]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 6 Nov 2016 16:47:35 +0000 (18:47 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 6 Nov 2016 16:47:35 +0000 (18:47 +0200)
StopIteration with value. More safely handle non-normalized exceptions
in -_PyGen_FetchStopIterationValue.


Trivial merge