https://github.com/python/cpython/commit/5a4fb7ea1c96f67dbb3df5d4ccaf3f66a1e19731
commit: 5a4fb7ea1c96f67dbb3df5d4ccaf3f66a1e19731
branch: main
author: Nathan Goldbaum <nathan.goldb...@gmail.com>
committer: hugovk <1324225+hug...@users.noreply.github.com>
date: 2024-09-06T20:12:12+03:00
summary:

gh-109975: Add links to py-free-threading.github.io (#123776)

Co-authored-by: Victor Stinner <vstin...@python.org>

files:
M Doc/howto/free-threading-extensions.rst
M Doc/whatsnew/3.13.rst

diff --git a/Doc/howto/free-threading-extensions.rst 
b/Doc/howto/free-threading-extensions.rst
index 521810e2887f2f..99e3ab3f52a60d 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
+   <https://py-free-threading.github.io/porting/>`_:
+   A community-maintained porting guide for extension authors.
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 4f418e9bc29f2f..7075392c14dd5f 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
+   <https://py-free-threading.github.io/porting/>`_: A community-maintained
+   porting guide for extension authors.
+
 
 .. _whatsnew313-jit-compiler:
 

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to