From 358aa6197c2198607b868e6de8aa777323a2d8f9 Mon Sep 17 00:00:00 2001 From: Mark Shannon Date: Mon, 14 Jun 2021 13:38:16 +0100 Subject: Remove accidentally duplicated STAT_INC (GH-26718) --- Python/ceval.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Python/ceval.c b/Python/ceval.c index 25d077c..79ec143 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -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); -- cgit v0.12