Skip to content

Commit 3dc2846

Browse files
committed
What's New entry
1 parent 3e4b3b4 commit 3dc2846

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Doc/whatsnew/3.14.rst

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

256+
* Stable ABI extensions may now include a multiarch tuple in the
257+
filename, e.g. ``foo.abi3-x86-64-linux-gnu.so``.
258+
This permits stable ABI extensions for multiple architectures to be
259+
co-installed into the same directory, without clashing with each
260+
other, as regular dynamic extensions do. Build tools will not generate
261+
these multiarch tagged filenames, by default, while still supporting
262+
older Python versions that don't recognize these filenames.
263+
(Contributed by Stefano Rivera in :gh:`122931`.)
264+
256265
New modules
257266
===========
258267

0 commit comments

Comments
 (0)