[docs] [issue13783] Clean up PEP 380 C API additions

Nick Coghlan report at bugs.python.org
Sun Jun 17 07:48:44 CEST 2012


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

I left the name of the new private API as _PyGen_FetchStopIterationValue. If anyone wants to make it public, they can raise a new issue to give it a more appropriate name (and move the definition accordingly).

PyStopIteration_Create is simply gone, replaced by the underlying call.

----------
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed

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


More information about the docs mailing list