https://github.com/python/cpython/commit/946b226b90d444ddfb4d3c777fb22e900dd467b4 commit: 946b226b90d444ddfb4d3c777fb22e900dd467b4 branch: 3.14 author: Petr Viktorin <[email protected]> committer: hugovk <[email protected]> date: 2025-08-12T12:18:20Z summary:
[3.14] gh-137288: Update version in magic number log (GH-137665) (#137667) Co-authored-by: Hugo van Kemenade <[email protected]> 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 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 _______________________________________________ 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]
