Skip to content

Commit

Permalink
Remove development note
Browse files Browse the repository at this point in the history
  • Loading branch information
rhettinger committed Oct 17, 2022
1 parent 8238c28 commit b9cbb46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/itertoolsmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ batched_next(batchedobject *bo)
PyObject *item;
PyObject *result;

// If the iterator has stopped, it should stay stopped
if (it == NULL) {
return NULL;
}
Expand Down

0 comments on commit b9cbb46

Please sign in to comment.