mirror of
https://github.com/python/cpython.git
synced 2025-11-17 09:30:10 +00:00
gh-128089: Add PYC magic number for VALUE_WITH_FAKE_GLOBALS (#128097)
Assign 3610 PYC magic number to VALUE_WITH_FAKE_GLOBALS format of annotationlib.
This commit is contained in:
parent
879d287f49
commit
d50fa0541b
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ 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)
|
||||
(3610 accidentally omitted)
|
||||
Python 3.14a4 3610 (Add VALUE_WITH_FAKE_GLOBALS format to annotationlib)
|
||||
Python 3.14a4 3611 (Add NOT_TAKEN instruction)
|
||||
|
||||
Python 3.15 will start with 3650
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue