We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f69ed commit 64fc03dCopy full SHA for 64fc03d
Python/bytecodes.c
@@ -1612,7 +1612,7 @@ dummy_func(
1612
INPUTS_DEAD();
1613
}
1614
1615
- macro(UNPACK_SEQUENCE_TUPLE) =
+ macro(UNPACK_SEQUENCE_TUPLE) =
1616
_GUARD_TOS_TUPLE + unused/1 + _UNPACK_SEQUENCE_TUPLE;
1617
1618
op(_UNPACK_SEQUENCE_TUPLE, (seq -- values[oparg])) {
0 commit comments