There was an error while loading. Please reload this page.
1 parent d5e0786 commit 4f523a7Copy full SHA for 4f523a7
1 file changed
Python/ceval.c
@@ -1659,7 +1659,6 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int
1659
STAT_INC(BINARY_SUBSCR, hit);
1660
Py_INCREF(getitem);
1661
_PyInterpreterFrame *new_frame = _PyFrame_PushUnchecked(tstate, getitem);
1662
- CALL_STAT_INC(inlined_py_calls);
1663
STACK_SHRINK(2);
1664
new_frame->localsplus[0] = container;
1665
new_frame->localsplus[1] = sub;
0 commit comments