Discard a misleading comment about iter_iternext().
This commit is contained in:
@@ -45,7 +45,6 @@ iter_getiter(PyObject *it)
|
||||
return it;
|
||||
}
|
||||
|
||||
/* Return (value, 0) if OK; (NULL, 0) at end; (NULL, -1) if exception */
|
||||
static PyObject *
|
||||
iter_iternext(PyObject *iterator)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user