Co-authored-by: Victor Stinner <vstinner@python.org>
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.
: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: