]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-109975: Add links to py-free-threading.github.io (#123776)
authorNathan Goldbaum <nathan.goldbaum@gmail.com>
Fri, 6 Sep 2024 17:12:12 +0000 (11:12 -0600)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2024 17:12:12 +0000 (20:12 +0300)
Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/howto/free-threading-extensions.rst
Doc/whatsnew/3.13.rst

index 521810e2887f2f3987440ea124c19a460b4a8184..99e3ab3f52a60df92703572e4415386eb915035f 100644 (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.
index 4f418e9bc29f2f3221977600b25dc20625cee13f..7075392c14dd5fbf90239045cd3674dc8c6aa616 100644 (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: