mirror of https://github.com/python/cpython
Discard a misleading comment about iter_iternext().
This commit is contained in:
parent
4f288ab7d6
commit
47668928e6
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue