Skip to content

Commit 23ba27d

Browse files
committed
Give an abi3t example
1 parent 4702318 commit 23ba27d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/whatsnew/3.16.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ Other language changes
8282
(Contributed by Łukasz Langa in :gh:`102960`.)
8383

8484
* Stable ABI extensions may now include a multiarch tuple in the
85-
filename, e.g. ``foo.abi3-x86-64-linux-gnu.so``.
85+
filename, e.g. ``foo.abi3-x86-64-linux-gnu.so`` and
86+
``foo.abi3t-aarch64-linux-gnu.so``.
8687
This permits stable ABI extensions for multiple architectures to be
8788
co-installed into the same directory, without clashing with each
8889
other, as regular dynamic extensions do. Build tools will generate

0 commit comments

Comments
 (0)