File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -270,3 +270,9 @@ Windows
270270
271271Due to a limitation of the official Windows installer, you will need to
272272manually 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments