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 3d6b60f commit 988369dCopy full SHA for 988369d
Python/bytecodes.c
@@ -766,7 +766,7 @@ dummy_func(
766
}
767
768
macro(BINARY_OP_EXTEND) =
769
- unused/1 + _GUARD_BINARY_OP_EXTEND + descr/-4 + _BINARY_OP_EXTEND;
+ unused/1 + _GUARD_BINARY_OP_EXTEND + rewind/-4 + _BINARY_OP_EXTEND;
770
771
macro(BINARY_OP_INPLACE_ADD_UNICODE) =
772
_GUARD_BOTH_UNICODE + unused/5 + _BINARY_OP_INPLACE_ADD_UNICODE;
0 commit comments