File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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+
256265New modules
257266===========
258267
You can’t perform that action at this time.
0 commit comments