Skip to content

Commit 5a4fb7e

Browse files
ngoldbaumvstinner
andauthored
gh-109975: Add links to py-free-threading.github.io (#123776)
Co-authored-by: Victor Stinner <[email protected]>
1 parent 56e4a41 commit 5a4fb7e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Doc/howto/free-threading-extensions.rst

+6
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,9 @@ Windows
270270

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

Doc/whatsnew/3.13.rst

+4
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,10 @@ free-threaded build.
359359
:pep:`703` "Making the Global Interpreter Lock Optional in CPython"
360360
contains rationale and information surrounding this work.
361361

362+
`Porting Extension Modules to Support Free-Threading
363+
<https://py-free-threading.github.io/porting/>`_: A community-maintained
364+
porting guide for extension authors.
365+
362366

363367
.. _whatsnew313-jit-compiler:
364368

0 commit comments

Comments
 (0)