Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-109975: Add links to py-free-threading.github.io #123776

Merged
merged 3 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add links to py-free-threading.github.io
  • Loading branch information
ngoldbaum committed Sep 6, 2024
commit eed24669e4377229c85275bdbb7b0a694f2b025b
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::

https://py-free-threading.github.io/porting/

A community-maintained porting guide for extension authors.
ngoldbaum marked this conversation as resolved.
Show resolved Hide resolved
3 changes: 3 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,9 @@ free-threaded build.
:pep:`703` "Making the Global Interpreter Lock Optional in CPython"
contains rationale and information surrounding this work.

A community-maintained guide for extension authors:
https://py-free-threading.github.io
ngoldbaum marked this conversation as resolved.
Show resolved Hide resolved


.. _whatsnew313-jit-compiler:

Expand Down
Loading