Skip to content

Commit 4679ccc

Browse files
committed
Fix GET_ITER stats
1 parent d6f033f commit 4679ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3062,7 +3062,7 @@ dummy_func(
30623062
_Py_Specialize_GetIter(iter, next_instr);
30633063
DISPATCH_SAME_OPARG();
30643064
}
3065-
OPCODE_DEFERRED_INC(FOR_ITER);
3065+
OPCODE_DEFERRED_INC(GET_ITER);
30663066
ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
30673067
#endif /* ENABLE_SPECIALIZATION_FT */
30683068
}

Python/generated_cases.c.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)