Skip to content

Commit 3554d19

Browse files
committed
Mention in stable ABI documentation
1 parent 769ae64 commit 3554d19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/c-api/stable.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ On Windows, extensions that use the Stable ABI should be linked against
105105
``python39.dll``.
106106

107107
On some platforms, Python will look for and load shared library files named
108-
with the ``abi3`` tag (e.g. ``mymodule.abi3.so``).
108+
with the ``abi3`` tag (e.g. ``mymodule.abi3.so`` or
109+
``mymodule.abi3-x86-64-linux-gnu.so``).
109110
It does not check if such extensions conform to a Stable ABI.
110111
The user (or their packaging tools) need to ensure that, for example,
111112
extensions built with the 3.10+ Limited API are not installed for lower

0 commit comments

Comments
 (0)