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 sbt
Recipients georg.brandl, jcea, kristjan.jonsson, loewis, michael.foord, rhettinger, sbt
Date 2012-03-14.17:25:37
SpamBayes Score 8.8808265e-06
Marked as misclassified No
Message-id <1331745939.41.0.540754980727.issue14288@psf.upfronthosting.co.za>
In-reply-to
Content
I think

    PyAPI_FUNC(PyObject *) _PyIter_GetIter(const char *iter);

has a confusing name for a convenience function which retrieves an attribute from the builtin module by name.

Not sure what would be better.  Maybe _PyIter_GetBuiltin().
History
Date User Action Args
2012-03-14 17:25:39sbtsetrecipients: + sbt, loewis, georg.brandl, rhettinger, jcea, kristjan.jonsson, michael.foord
2012-03-14 17:25:39sbtsetmessageid: <1331745939.41.0.540754980727.issue14288@psf.upfronthosting.co.za>
2012-03-14 17:25:37sbtlinkissue14288 messages
2012-03-14 17:25:37sbtcreate