Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove double stat count
  • Loading branch information
Fidget-Spinner committed Jun 16, 2022
commit c20af47e67670d0ea857b8a634010834d8d68acb
1 change: 0 additions & 1 deletion Python/ceval.c
Original file line number Diff line number Diff line change
Expand Up @@ -3697,7 +3697,6 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int
if (new_frame == NULL) {
goto error;
}
CALL_STAT_INC(inlined_py_calls);
SET_TOP(NULL);
int push_null = !(oparg & 1);
STACK_SHRINK(push_null);
Expand Down