We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6859b95 commit 715647aCopy full SHA for 715647a
Include/internal/pycore_magic_number.h
@@ -277,6 +277,8 @@ Known values:
277
Python 3.14a7 3622 (Store annotations in different class dict keys)
278
Python 3.14a7 3623 (Add BUILD_INTERPOLATION & BUILD_TEMPLATE opcodes)
279
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)
282
Python 3.15a0 3650 (Initial version)
283
Python 3.15a1 3651 (Simplify LOAD_CONST)
284
Python 3.15a1 3652 (Virtual iterators)
0 commit comments