[3.13] gh-109975: Add links to py-free-threading.github.io (GH-123776) (#123794)

Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
Miss Islington (bot) 2024-09-06 19:46:40 +02:00 committed by GitHub
parent eac2fdacfb
commit 66b15381f1
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: