Skip to content

Commit ee673ac

Browse files
markshannonsrinivasreddy
authored andcommitted
pythonGH-122548: Correct magic number comment (pythonGH-128115)
Correct magic number comment
1 parent 628b0d2 commit ee673ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Include/internal/pycore_magic_number.h

Lines changed: 2 additions & 1 deletion
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)