Skip to content

Commit 1ee1eaa

Browse files
committed
What's New entry
1 parent 36de7df commit 1ee1eaa

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
@@ -258,6 +258,15 @@ Other language changes
258258
The testbed can also be used to run the test suite of projects other than
259259
CPython itself. (Contributed by Russell Keith-Magee in :gh:`127592`.)
260260

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

0 commit comments

Comments
 (0)