Skip to content

Commit e479320

Browse files
authored
Add PEP 803 to 3.15a8 release notes (#57)
1 parent f6f3d60 commit e479320

File tree

1 file changed

+1
-0
lines changed
  • content/posts/python-3150a8-3144-31313

1 file changed

+1
-0
lines changed

content/posts/python-3150a8-3144-31313/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Many new features for Python 3.15 are still being planned and written. Among the
3232
* [PEP 728](https://peps.python.org/pep-0728/): `TypedDict` with typed extra items
3333
* [PEP 747](https://docs.python.org/3.15/whatsnew/3.15.html#typing): Annotating type forms with `TypeForm`
3434
* [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
35+
* [PEP 803](https://peps.python.org/pep-0803/): Stable ABI for free-threaded builds
3536
* 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
3637
* 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)
3738
* [Improved error messages](https://docs.python.org/3.15/whatsnew/3.15.html#improved-error-messages)

0 commit comments

Comments
 (0)