Skip to content

Commit 1004eff

Browse files
committed
fix GET_ITER
1 parent e76e002 commit 1004eff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Include/internal/pycore_opcode_metadata.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.

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3688,7 +3688,7 @@ dummy_func(
36883688
}
36893689

36903690
macro(GET_ITER) =
3691-
_RECORD_TOS_TYPE +
3691+
_RECORD_TOS +
36923692
_SPECIALIZE_GET_ITER +
36933693
_GET_ITER;
36943694

Python/record_functions.c.h

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)