[issue13783] Clean up PEP 380 C API additions

Nick Coghlan report at bugs.python.org
Sat Jan 14 07:19:47 CET 2012


New submission from Nick Coghlan <ncoghlan at gmail.com>:

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

----------
assignee: docs at python
components: Documentation, Interpreter Core
messages: 151235
nosy: docs at python, ncoghlan
priority: normal
severity: normal
status: open
title: Clean up PEP 380 C API additions
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13783>
_______________________________________


More information about the Python-bugs-list mailing list