mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-96653: Remove duplicate CALL_STAT_INC(inlined_py_calls) in BINARY_SUBSCR_GETITEM (GH-96654)
This commit is contained in:
parent
d5e07862ec
commit
4f523a7054
1 changed files with 0 additions and 1 deletions
|
@ -1659,7 +1659,6 @@ handle_eval_breaker:
|
|||
STAT_INC(BINARY_SUBSCR, hit);
|
||||
Py_INCREF(getitem);
|
||||
_PyInterpreterFrame *new_frame = _PyFrame_PushUnchecked(tstate, getitem);
|
||||
CALL_STAT_INC(inlined_py_calls);
|
||||
STACK_SHRINK(2);
|
||||
new_frame->localsplus[0] = container;
|
||||
new_frame->localsplus[1] = sub;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue