File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
460469PEP 765: Disallow return/break/continue that exit a finally block
You can’t perform that action at this time.
0 commit comments