Skip to content

Commit

Permalink
[3.13] gh-109975: Add links to py-free-threading.github.io (GH-123776) (
Browse files Browse the repository at this point in the history
#123794)

Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
3 people committed Sep 6, 2024
1 parent eac2fda commit 66b1538
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Doc/howto/free-threading-extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 66b1538

Please sign in to comment.