Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove development note
  • Loading branch information
rhettinger committed Oct 17, 2022
commit b9cbb469bee21049a1a0211b67484ed0471b5170
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