This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients docs@python, ncoghlan
Date 2012-01-14.06:23:53
SpamBayes Score 0.032126643
Marked as misclassified No
Message-id <1326522234.38.0.356263445228.issue13783@psf.upfronthosting.co.za>
In-reply-to
Content
The current use of PyStopIteration_Create in genobject.c can probably be replaced with PyErr_SetObject(PyExc_StopIteration, value) anyway.
History
Date User Action Args
2012-01-14 06:23:54ncoghlansetrecipients: + ncoghlan, docs@python
2012-01-14 06:23:54ncoghlansetmessageid: <1326522234.38.0.356263445228.issue13783@psf.upfronthosting.co.za>
2012-01-14 06:23:53ncoghlanlinkissue13783 messages
2012-01-14 06:23:53ncoghlancreate