Skip to content

Commit 65e8306

Browse files
committed
Mention in stable ABI documentation
1 parent 0dd9add commit 65e8306

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
@@ -113,7 +113,8 @@ On Windows, extensions that use the Stable ABI should be linked against
113113
``python39.dll``.
114114

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

0 commit comments

Comments
 (0)