[issue15088] PyGen_NeedsFinalizing is public, but undocumented

Nathan Housel report at bugs.python.org
Tue Apr 30 19:06:31 CEST 2013


Nathan Housel added the comment:

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.

----------
keywords: +patch
nosy: +plasticgap
Added file: http://bugs.python.org/file30079/Issue15088.diff

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


More information about the Python-bugs-list mailing list