File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -270,3 +270,9 @@ Windows
270
270
271
271
Due to a limitation of the official Windows installer, you will need to
272
272
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.
Original file line number Diff line number Diff line change @@ -359,6 +359,10 @@ free-threaded build.
359
359
:pep: `703 ` "Making the Global Interpreter Lock Optional in CPython"
360
360
contains rationale and information surrounding this work.
361
361
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
+
362
366
363
367
.. _whatsnew313-jit-compiler :
364
368
You can’t perform that action at this time.
0 commit comments