8000 gh-109975: Add links to py-free-threading.github.io by ngoldbaum · Pull Request #123776 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

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

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
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
ngoldbaum and vstinner authored Sep 6, 2024
commit 33bd1d82908d2bee32d9b62388f60a7c5bf3b2d1
4 changes: 2 additions & 2 deletions Doc/howto/free-threading-extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,6 @@ manually define ``Py_GIL_DISABLED=1`` when building extensions from source.

.. seealso::

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

`Porting Extension Modules to Support Free-Threading
<https://py-free-threading.github.io/porting/>`_:
A community-maintained porting guide for extension authors.
5 changes: 3 additions & 2 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +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
See also the `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
Loading
0