From 473070fe8297a02dbea0090c3f84ba830006189b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:08:38 +0300 Subject: [PATCH] Add PEP 803 to 3.15a8 release notes --- content/posts/python-3150a8-3144-31313/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/python-3150a8-3144-31313/index.md b/content/posts/python-3150a8-3144-31313/index.md index 2b82788..514b3f1 100644 --- a/content/posts/python-3150a8-3144-31313/index.md +++ b/content/posts/python-3150a8-3144-31313/index.md @@ -32,6 +32,7 @@ Many new features for Python 3.15 are still being planned and written. Among the * [PEP 728](https://peps.python.org/pep-0728/): `TypedDict` with typed extra items * [PEP 747](https://docs.python.org/3.15/whatsnew/3.15.html#typing): Annotating type forms with `TypeForm` * [PEP 782](https://docs.python.org/3.15/whatsnew/3.15.html#whatsnew315-pybyteswriter): A new `PyBytesWriter` C API to create a Python bytes object +* [PEP 803](https://peps.python.org/pep-0803/): Stable ABI for free-threaded builds * The [JIT compiler](https://docs.python.org/3.15/whatsnew/3.15.html#whatsnew315-jit) has been significantly upgraded, with 6-7% geometric mean performance improvement on x86-64 Linux over the standard interpreter, and 12-13% speedup on AArch64 macOS over the tail-calling interpreter * The official Windows 64-bit binaries now [use the tail-calling interpreter](https://docs.python.org/3.15/whatsnew/3.15.html#whatsnew315-windows-tail-calling-interpreter) * [Improved error messages](https://docs.python.org/3.15/whatsnew/3.15.html#improved-error-messages)