Skip to content

Commit b6e0b7b

Browse files
committed
Fix compilation for Py_STATS
1 parent dd3e143 commit b6e0b7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/ceval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5477,7 +5477,7 @@ MISS_WITH_OPARG_COUNTER(STORE_SUBSCR)
54775477
next_instr[-3] = _Py_MAKECODEUNIT(LOAD_FAST__LOAD_FAST, _Py_OPARG(next_instr[-3]));
54785478
}
54795479
}
5480-
STAT_INC(opname, deopt);
5480+
STAT_INC(LOAD_ATTR, deopt);
54815481
cache_backoff(cache);
54825482
}
54835483
oparg = cache->original_oparg;

0 commit comments

Comments
 (0)