8000 Remove accidentally duplicated STAT_INC (GH-26718) · python/cpython@358aa61 · GitHub
[go: up one dir, main page]

Skip to content

Commit 358aa61

Browse files
authored
Remove accidentally duplicated STAT_INC (GH-26718)
1 parent eecbc7c commit 358aa61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/ceval.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3337,7 +3337,6 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, PyFrameObject *f, int throwflag)
33373337
DEOPT_IF(res == NULL, LOAD_ATTR);
33383338
STAT_INC(LOAD_ATTR, hit);
33393339
record_cache_hit(cache0);
3340-
STAT_INC(LOAD_ATTR, hit);
33413340
Py_INCREF(res);
33423341
SET_TOP(res);
33433342
Py_DECREF(owner);

0 commit comments

Comments
 (0)
0