summaryrefslogtreecommitdiffstats
path: root/Python/generated_cases.c.h
diff options
context:
space:
mode:
Diffstat (limited to 'Python/generated_cases.c.h')
-rw-r--r--Python/generated_cases.c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/generated_cases.c.h b/Python/generated_cases.c.h
index 221d477..eac1368 100644
--- a/Python/generated_cases.c.h
+++ b/Python/generated_cases.c.h
@@ -2988,7 +2988,7 @@
// Double-check that the opcode isn't instrumented or something:
here->op.code == JUMP_BACKWARD)
{
- OBJECT_STAT_INC(optimization_attempts);
+ OPT_STAT_INC(attempts);
int optimized = _PyOptimizer_BackEdge(frame, here, next_instr, stack_pointer);
if (optimized < 0) goto error;
if (optimized) {