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 plasticgap
Recipients docs@python, ncoghlan, plasticgap
Date 2013-04-30.17:06:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367341591.81.0.316533652946.issue15088@psf.upfronthosting.co.za>
In-reply-to
Content
Please correct me if I'm wrong, but I think PyGen_NeedsFinalizing should not be an API function because it is only used, nor _PyGen_FetchStopIterationValue. In the attached patch I've removed PyGen_NeedsFinalizing and _PyGen_FetchStopIterationValue fom the public API.
History
Date User Action Args
2013-04-30 17:06:31plasticgapsetrecipients: + plasticgap, ncoghlan, docs@python
2013-04-30 17:06:31plasticgapsetmessageid: <1367341591.81.0.316533652946.issue15088@psf.upfronthosting.co.za>
2013-04-30 17:06:31plasticgaplinkissue15088 messages
2013-04-30 17:06:31plasticgapcreate