From: Nathan Goldbaum Date: Fri, 6 Sep 2024 17:12:12 +0000 (-0600) Subject: gh-109975: Add links to py-free-threading.github.io (#123776) X-Git-Tag: v3.14.0a1~558 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a4fb7ea1c96f67dbb3df5d4ccaf3f66a1e19731;p=thirdparty%2FPython%2Fcpython.git gh-109975: Add links to py-free-threading.github.io (#123776) Co-authored-by: Victor Stinner --- diff --git a/Doc/howto/free-threading-extensions.rst b/Doc/howto/free-threading-extensions.rst index 521810e2887f..99e3ab3f52a6 100644 --- a/Doc/howto/free-threading-extensions.rst +++ b/Doc/howto/free-threading-extensions.rst @@ -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 + `_: + A community-maintained porting guide for extension authors. diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 4f418e9bc29f..7075392c14dd 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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 + `_: A community-maintained + porting guide for extension authors. + .. _whatsnew313-jit-compiler: