Skip to content

Commit 64fc03d

Browse files
Update Python/bytecodes.c
1 parent e0f69ed commit 64fc03d

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
@@ -1612,7 +1612,7 @@ dummy_func(
16121612
INPUTS_DEAD();
16131613
}
16141614

1615-
macro(UNPACK_SEQUENCE_TUPLE) =
1615+
macro(UNPACK_SEQUENCE_TUPLE) =
16161616
_GUARD_TOS_TUPLE + unused/1 + _UNPACK_SEQUENCE_TUPLE;
16171617

16181618
op(_UNPACK_SEQUENCE_TUPLE, (seq -- values[oparg])) {

0 commit comments

Comments
 (0)