File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
261270New modules
262271===========
263272
You can’t perform that action at this time.
0 commit comments