Skip to content

Commit 2fef94b

Browse files
committed
Fix copy-paste mistake.
1 parent a662ecf commit 2fef94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3136,7 +3136,7 @@ dummy_func(
31363136
PyTupleObject *seq = it->it_seq;
31373137
EXIT_IF(seq == NULL);
31383138
EXIT_IF(it->it_index >= PyTuple_GET_SIZE(seq));
3139-
#ifndef Py_GIL_DISABLED
3139+
#endif
31403140
}
31413141

31423142
op(_ITER_NEXT_TUPLE, (iter -- iter, next)) {

0 commit comments

Comments
 (0)