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:19:45
SpamBayes Score 4.7114318e-07
Marked as misclassified No
Message-id <1326521987.14.0.4759346281.issue13783@psf.upfronthosting.co.za>
In-reply-to
Content
Georg noted that the PEP 380 patch added a couple of new C interfaces without documenting them. These interfaces need to be either:
1. Documented;
2. Made private; or
3. Removed (if they're completely trivial)

PyGen_FetchStopIterationValue: probably document, explicitly noting that it also clears the StopIteration exception from the thread state

PyStopIteration_Create: probably remove
History
Date User Action Args
2012-01-14 06:19:47ncoghlansetrecipients: + ncoghlan, docs@python
2012-01-14 06:19:47ncoghlansetmessageid: <1326521987.14.0.4759346281.issue13783@psf.upfronthosting.co.za>
2012-01-14 06:19:46ncoghlanlinkissue13783 messages
2012-01-14 06:19:45ncoghlancreate