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
Fix copy-paste mistake.
  • Loading branch information
Yhg1s committed Jan 13, 2025
commit 2fef94bb01c68e7b7ecd7143d68334afc52748cb
2 changes: 1 addition & 1 deletion Python/bytecodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -3136,7 +3136,7 @@ dummy_func(
PyTupleObject *seq = it->it_seq;
EXIT_IF(seq == NULL);
EXIT_IF(it->it_index >= PyTuple_GET_SIZE(seq));
#ifndef Py_GIL_DISABLED
#endif
}

op(_ITER_NEXT_TUPLE, (iter -- iter, next)) {
Expand Down