Commit 47668928 authored by Guido van Rossum's avatar Guido van Rossum

Discard a misleading comment about iter_iternext().

parent 4f288ab7
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment