summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2024-12-20 11:57:44 (GMT)
committerGitHub <noreply@github.com>2024-12-20 11:57:44 (GMT)
commitdf46c780febab667ee01264ae32c4e866cecd911 (patch)
tree8d1f71e56bc399c58b02ae474124f53ee9626036 /Include
parent45e6dd63b88a782f2ec96ab1da54eb5a074d8f4c (diff)
downloadcpython-df46c780febab667ee01264ae32c4e866cecd911.zip
cpython-df46c780febab667ee01264ae32c4e866cecd911.tar.gz
cpython-df46c780febab667ee01264ae32c4e866cecd911.tar.bz2
GH-122548: Correct magic number comment (GH-128115)
Correct magic number comment
Diffstat (limited to 'Include')
-rw-r--r--Include/internal/pycore_magic_number.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Include/internal/pycore_magic_number.h b/Include/internal/pycore_magic_number.h
index 079a9be..4c3b9c4 100644
--- a/Include/internal/pycore_magic_number.h
+++ b/Include/internal/pycore_magic_number.h
@@ -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