Nick Coghlan <[email protected]> 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 <[email protected]>
<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