Message155775
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(). |
|
| Date |
User |
Action |
Args |
| 2012-03-14 17:25:39 | sbt | set | recipients:
+ sbt, loewis, georg.brandl, rhettinger, jcea, kristjan.jonsson, michael.foord |
| 2012-03-14 17:25:39 | sbt | set | messageid: <[email protected]> |
| 2012-03-14 17:25:37 | sbt | link | issue14288 messages |
| 2012-03-14 17:25:37 | sbt | create | |
|