Nick Coghlan <ncogh...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13783>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to