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 Mark.Shannon
Recipients Mark.Shannon, docs@python, meador.inge, ncoghlan
Date 2012-06-13.17:33:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339608807.91.0.077927106188.issue13783@psf.upfronthosting.co.za>
In-reply-to
Content
There is one call to PyGen_FetchStopIterationValue in ceval.c.

But I don't think it should be public. 

There is no real reason for the "Gen" in the name. The function is used by generator handling code, but the code itself relates to StopIteration.
Perhaps it should be moved to errors.c and renamed _PyErr_FetchStopIterationValue.
History
Date User Action Args
2012-06-13 17:33:27Mark.Shannonsetrecipients: + Mark.Shannon, ncoghlan, meador.inge, docs@python
2012-06-13 17:33:27Mark.Shannonsetmessageid: <1339608807.91.0.077927106188.issue13783@psf.upfronthosting.co.za>
2012-06-13 17:33:27Mark.Shannonlinkissue13783 messages
2012-06-13 17:33:27Mark.Shannoncreate