Python 3.14 RC3 : dernière pré-version
lun, 22/09/2025 - 11:06
Python 3.14 se prépare à arriver. La RC3 a été livrée le 18 septembre et elle est annoncée comme la dernière préversion avant la version finale. Les équipes font uniquement de la revue de code, des corrections de bugs. Aucun changement d'ABI se sera fait.
La version finale est annoncée pour le 7 octobre.
La communauté est appelée à tester les codes actuels et les extensions / librairies externes et de préparer les packages à la version 3.14.
Pour rappel :
- PEP 779: Free-threaded Python is officially supported
- PEP 649: The evaluation of annotations is now deferred, improving the semantics of using annotations.
- PEP 750: Template string literals (t-strings) for custom string processing, using the familiar syntax of f-strings.
- PEP 734: Multiple interpreters in the stdlib.
- PEP 784: A new module
compression.zstdproviding support for the Zstandard compression algorithm. - PEP 758:
exceptandexcept*expressions may now omit the brackets. - Syntax highlighting in PyREPL, and support for color in unittest, argparse, json and calendar CLIs.
- PEP 768: A zero-overhead external debugger interface for CPython.
- UUID versions 6-8 are now supported by the
uuidmodule, and generation of versions 3-5 are up to 40% faster. - PEP 765: Disallow
return/break/continuethat exit afinallyblock. - PEP 741: An improved C API for configuring Python.
- A new type of interpreter.
- Improved error messages.
- Builtin implementation of HMAC
- A new command-line interface
Site : https://pythoninsider.blogspot.com/2025/09/python-3140rc3-is-go.html

