From 72a639d9f349b0f1984dd2933cd0218ca539b325 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 12 Aug 2025 14:52:09 +0300 Subject: [PATCH] [3.14] gh-137288: Update 3.14 magic numbers (GH-137665) (cherry picked from commit 715647a99ad91ebc77f3a250f6417c411116f33d) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- Include/internal/pycore_magic_number.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/internal/pycore_magic_number.h b/Include/internal/pycore_magic_number.h index 388b6b764faf41..5047517fdad701 100644 --- a/Include/internal/pycore_magic_number.h +++ b/Include/internal/pycore_magic_number.h @@ -278,7 +278,7 @@ Known values: 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.14b5 3626 (Fix missing exception handlers in logical expression) + Python 3.14rc2 3626 (Fix missing exception handlers in logical expression) Python 3.15 will start with 3650