Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Fix formatting of code snippet in documentation
  • Loading branch information
clin1234 authored Apr 12, 2026
commit 130d126c0ac6d3ad12952747cec6928447255c30
2 changes: 1 addition & 1 deletion Doc/howto/freethreading-stable-abi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ Limited C API and Stable ABI

If you use
`setuptools <https://setuptools.pypa.io/en/latest/setuptools.html>`_ to build
your extension, a future version of `setuptools` will allow ``py_limited_api=True``
your extension, a future version of ``setuptools`` will allow ``py_limited_api=True``
to be set to allow targeting limited API when building with the free-threaded build.
Comment thread
clin1234 marked this conversation as resolved.

Windows
Expand Down
Loading