Skip to content

Commit 0dd9add

Browse files
committed
What's New entry
1 parent 64f4e16 commit 0dd9add

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Doc/whatsnew/3.14.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,15 @@ Other language changes
455455
The testbed can also be used to run the test suite of projects other than
456456
CPython itself. (Contributed by Russell Keith-Magee in :gh:`127592`.)
457457

458+
* Stable ABI extensions may now include a multiarch tuple in the
459+
filename, e.g. ``foo.abi3-x86-64-linux-gnu.so``.
460+
This permits stable ABI extensions for multiple architectures to be
461+
co-installed into the same directory, without clashing with each
462+
other, as regular dynamic extensions do. Build tools will not generate
463+
these multiarch tagged filenames, by default, while still supporting
464+
older Python versions that don't recognize these filenames.
465+
(Contributed by Stefano Rivera in :gh:`122931`.)
466+
458467
.. _whatsnew314-pep765:
459468

460469
PEP 765: Disallow return/break/continue that exit a finally block

0 commit comments

Comments
 (0)