Skip to content

Commit

Permalink
pythonGH-122548: Correct magic number comment (pythonGH-128115)
Browse files Browse the repository at this point in the history
Correct magic number comment
  • Loading branch information
markshannon authored and srinivasreddy committed Dec 23, 2024
1 parent a548261 commit 35fd9ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Include/internal/pycore_magic_number.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ Known values:
Python 3.14a1 3607 (Add pseudo instructions JUMP_IF_TRUE/FALSE)
Python 3.14a1 3608 (Add support for slices)
Python 3.14a2 3609 (Add LOAD_SMALL_INT and LOAD_CONST_IMMORTAL instructions, remove RETURN_CONST)
Python 3.14a3 3610 (Add NOT_TAKEN instruction)
(3610 accidentally omitted)
Python 3.14a4 3611 (Add NOT_TAKEN instruction)
Python 3.15 will start with 3650
Expand Down

0 comments on commit 35fd9ed

Please sign in to comment.