mirror of
https://github.com/python/cpython.git
synced 2025-09-11 03:07:01 +00:00
Remove accidentally duplicated STAT_INC (GH-26718)
This commit is contained in:
parent
eecbc7c390
commit
358aa6197c
1 changed files with 0 additions and 1 deletions
|
@ -3337,7 +3337,6 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, PyFrameObject *f, int throwflag)
|
|||
DEOPT_IF(res == NULL, LOAD_ATTR);
|
||||
STAT_INC(LOAD_ATTR, hit);
|
||||
record_cache_hit(cache0);
|
||||
STAT_INC(LOAD_ATTR, hit);
|
||||
Py_INCREF(res);
|
||||
SET_TOP(res);
|
||||
Py_DECREF(owner);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue