Skip to content

Commit b9cbb46

Browse files
committed
Remove development note
1 parent 8238c28 commit b9cbb46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/itertoolsmodule.c

-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ batched_next(batchedobject *bo)
146146
PyObject *item;
147147
PyObject *result;
148148

149-
// If the iterator has stopped, it should stay stopped
150149
if (it == NULL) {
151150
return NULL;
152151
}

0 commit comments

Comments
 (0)