[issue13783] Clean up PEP 380 C API additions

Nick Coghlan report at bugs.python.org
Sat Jan 14 07:23:54 CET 2012


Nick Coghlan <ncoghlan at gmail.com> added the comment:

The current use of PyStopIteration_Create in genobject.c can probably be replaced with PyErr_SetObject(PyExc_StopIteration, value) anyway.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13783>
_______________________________________


More information about the Python-bugs-list mailing list