Skip to content

Commit df46c78

Browse files
authored
GH-122548: Correct magic number comment (GH-128115)
Correct magic number comment
1 parent 45e6dd6 commit df46c78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Include/internal/pycore_magic_number.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,8 @@ Known values:
262262
Python 3.14a1 3607 (Add pseudo instructions JUMP_IF_TRUE/FALSE)
263263
Python 3.14a1 3608 (Add support for slices)
264264
Python 3.14a2 3609 (Add LOAD_SMALL_INT and LOAD_CONST_IMMORTAL instructions, remove RETURN_CONST)
265-
Python 3.14a3 3610 (Add NOT_TAKEN instruction)
265+
(3610 accidentally omitted)
266+
Python 3.14a4 3611 (Add NOT_TAKEN instruction)
266267
267268
Python 3.15 will start with 3650
268269

0 commit comments

Comments
 (0)