Skip to content

Commit 5329991

Browse files
authored
Update freethreading-stable-abi.rst
1 parent 2f2b70d commit 5329991

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/howto/freethreading-stable-abi.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Platform-specific considerations
127127

128128
On some platforms, Python will look for and load shared library files named
129129
with the ``abi3`` or ``abi3t`` tag (for example, ``mymodule.abi3t.so``).
130-
:term:`Free-threaded <free-threaded build>` interpreters prefer ``abi3t``,
130+
:term:`Free-threaded <free-threaded build>` interpreters prefer ``abi3t``,
131131
but can fall back to ``abi3``.
132132
Thus, extensions compatible with both ABIs should use the ``abi3t`` tag.
133133

@@ -143,7 +143,7 @@ If you use
143143
`setuptools <https://setuptools.pypa.io/en/latest/setuptools.html>`_ to build
144144
your extension, a future version of ``setuptools`` will allow ``py_limited_api=True``
145145
to be set to allow targeting limited API when building with the free-threaded build.
146-
``uv`` supports targeting PEP 803 as of 0.11.3: `https://github.com/astral-sh/uv/releases/tag/0.11.3`.
146+
``uv`` supports targeting PEP 803 as of 0.11.3: ``https://github.com/astral-sh/uv/releases/tag/0.11.3``.
147147

148148
`Other build tools will support this ABI as well <https://packaging.python.org/en/latest/guides/tool-recommendations/#build-backends-for-extension-modules>`_.
149149

0 commit comments

Comments
 (0)