From 66b15381f187f00f0fd91575f9f11e14bfddeeca Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:46:40 +0200 Subject: [PATCH] [3.13] gh-109975: Add links to py-free-threading.github.io (GH-123776) (#123794) Co-authored-by: Nathan Goldbaum Co-authored-by: Victor Stinner --- Doc/howto/free-threading-extensions.rst | 6 ++++++ Doc/whatsnew/3.13.rst | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/Doc/howto/free-threading-extensions.rst b/Doc/howto/free-threading-extensions.rst index 521810e2887..99e3ab3f52a 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 4f418e9bc29..7075392c14d 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: