8000 [3.13] gh-109975: Add links to py-free-threading.github.io (GH-123776… · python/cpython@66b1538 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66b1538

Browse files
miss-islingtonngoldbaumvstinner
authored
[3.13] gh-109975: Add links to py-free-threading.github.io (GH-123776) (#123794)
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com> Co-au 8000 thored-by: Victor Stinner <vstinner@python.org>
1 parent eac2fda commit 66b1538

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Doc/howto/free-threading-extensions.rst

Lines changed: 6 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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)
0