Skip to content

Commit 715647a

Browse files
authored
gh-137288: Update 3.14 magic numbers (GH-137665)
1 parent 6859b95 commit 715647a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Include/internal/pycore_magic_number.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ Known values:
277277
Python 3.14a7 3622 (Store annotations in different class dict keys)
278278
Python 3.14a7 3623 (Add BUILD_INTERPOLATION & BUILD_TEMPLATE opcodes)
279279
Python 3.14b1 3624 (Don't optimize LOAD_FAST when local is killed by DELETE_FAST)
280+
Python 3.14b3 3625 (Fix handling of opcodes that may leave operands on the stack when optimizing LOAD_FAST)
281+
Python 3.14rc2 3626 (Fix missing exception handlers in logical expression)
280282
Python 3.15a0 3650 (Initial version)
281283
Python 3.15a1 3651 (Simplify LOAD_CONST)
282284
Python 3.15a1 3652 (Virtual iterators)

0 commit comments

Comments
 (0)