Skip to content

Commit e42b9b4

Browse files
Remove Extra lines
1 parent 4939083 commit e42b9b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/itertoolsmodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,6 @@ groupby_next(PyObject *op)
544544
else if (gbo->tgtkey == NULL)
545545
break;
546546
else {
547-
548547
/* A user-defined __eq__ can re-enter groupby and advance the iterator,
549548
mutating gbo->tgtkey / gbo->currkey while we are comparing them.
550549
Take local snapshots and hold strong references so INCREF/DECREF

0 commit comments

Comments
 (0)