Skip to content

Commit c31ec57

Browse files
author
gvanrossum
committed
Discard a misleading comment about iter_iternext().
git-svn-id: http://svn.python.org/projects/python/trunk@20567 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent a60167d commit c31ec57

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Objects/iterobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ iter_getiter(PyObject *it)
4545
return it;
4646
}
4747

48-
/* Return (value, 0) if OK; (NULL, 0) at end; (NULL, -1) if exception */
4948
static PyObject *
5049
iter_iternext(PyObject *iterator)
5150
{

0 commit comments

Comments
 (0)