Skip to content

Commit 0b7ac0a

Browse files
Address review
1 parent 663a9b8 commit 0b7ac0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Python/bytecodes.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ dummy_func(
13451345
_Py_Specialize_Send(receiver, next_instr);
13461346
DISPATCH_SAME_OPARG();
13471347
}
1348-
OPCODE_DEFERRED_INC(CALL_FUNCTION_EX);
1348+
OPCODE_DEFERRED_INC(SEND);
13491349
ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
13501350
#endif /* ENABLE_SPECIALIZATION_FT */
13511351
}
@@ -4900,7 +4900,7 @@ dummy_func(
49004900
_Py_Specialize_CallFunctionEx(func, next_instr);
49014901
DISPATCH_SAME_OPARG();
49024902
}
4903-
OPCODE_DEFERRED_INC(SEND);
4903+
OPCODE_DEFERRED_INC(CALL_FUNCTION_EX);
49044904
ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
49054905
#endif /* ENABLE_SPECIALIZATION_FT */
49064906
}

Python/generated_cases.c.h

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

0 commit comments

Comments
 (0)