https://github.com/python/cpython/commit/715647a99ad91ebc77f3a250f6417c411116f33d
commit: 715647a99ad91ebc77f3a250f6417c411116f33d
branch: main
author: Hugo van Kemenade <[email protected]>
committer: encukou <[email protected]>
date: 2025-08-12T13:52:09+02:00
summary:

gh-137288: Update 3.14 magic numbers (GH-137665)

files:
M Include/internal/pycore_magic_number.h

diff --git a/Include/internal/pycore_magic_number.h 
b/Include/internal/pycore_magic_number.h
index a570ae684379a4..81bfd162c7ea80 100644
--- a/Include/internal/pycore_magic_number.h
+++ b/Include/internal/pycore_magic_number.h
@@ -277,6 +277,8 @@ Known values:
     Python 3.14a7 3622 (Store annotations in different class dict keys)
     Python 3.14a7 3623 (Add BUILD_INTERPOLATION & BUILD_TEMPLATE opcodes)
     Python 3.14b1 3624 (Don't optimize LOAD_FAST when local is killed by 
DELETE_FAST)
+    Python 3.14b3 3625 (Fix handling of opcodes that may leave operands on the 
stack when optimizing LOAD_FAST)
+    Python 3.14rc2 3626 (Fix missing exception handlers in logical expression)
     Python 3.15a0 3650 (Initial version)
     Python 3.15a1 3651 (Simplify LOAD_CONST)
     Python 3.15a1 3652 (Virtual iterators)

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to