gh-109975: Add links to py-free-threading.github.io (#123776)

Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
Nathan Goldbaum 2024-09-06 11:12:12 -06:00 committed by GitHub
parent 56e4a417ce
commit 5a4fb7ea1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View file

@ -270,3 +270,9 @@ Windows
Due to a limitation of the official Windows installer, you will need to
manually define ``Py_GIL_DISABLED=1`` when building extensions from source.
.. seealso::
`Porting Extension Modules to Support Free-Threading
<https://py-free-threading.github.io/porting/>`_:
A community-maintained porting guide for extension authors.

View file

@ -359,6 +359,10 @@ free-threaded build.
:pep:`703` "Making the Global Interpreter Lock Optional in CPython"
contains rationale and information surrounding this work.
`Porting Extension Modules to Support Free-Threading
<https://py-free-threading.github.io/porting/>`_: A community-maintained
porting guide for extension authors.
.. _whatsnew313-jit-compiler: