We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4702318 commit 23ba27dCopy full SHA for 23ba27d
1 file changed
Doc/whatsnew/3.16.rst
@@ -82,7 +82,8 @@ Other language changes
82
(Contributed by Łukasz Langa in :gh:`102960`.)
83
84
* Stable ABI extensions may now include a multiarch tuple in the
85
- filename, e.g. ``foo.abi3-x86-64-linux-gnu.so``.
+ filename, e.g. ``foo.abi3-x86-64-linux-gnu.so`` and
86
+ ``foo.abi3t-aarch64-linux-gnu.so``.
87
This permits stable ABI extensions for multiple architectures to be
88
co-installed into the same directory, without clashing with each
89
other, as regular dynamic extensions do. Build tools will generate
0 commit comments