Skip to content

Commit 7df6592

Browse files
Regen
1 parent 4aa025a commit 7df6592

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

Include/internal/pycore_opcode_metadata.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ dummy_func(
937937
}
938938

939939
macro(BINARY_OP_SUBSCR_STR_INT) =
940-
_GUARD_TOS_INT + _GUARD_NOS_UNICODE + unused/5 + _BINARY_OP_SUBSCR_STR_INT + POP_TOP_INT + POP_TOP;
940+
_GUARD_TOS_INT + _GUARD_NOS_UNICODE + unused/5 + _BINARY_OP_SUBSCR_STR_INT + _POP_TOP_INT + POP_TOP;
941941

942942
op(_BINARY_OP_SUBSCR_STR_INT, (str_st, sub_st -- res, s, i)) {
943943
PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);

Python/generated_cases.c.h

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)