Skip to content

Commit

Permalink
[3.13] GH-109975: Copyedit 3.13 What's New: Link to installing free-t…
Browse files Browse the repository at this point in the history
…hreaded binaries on macOS (GH-124831) (#124833)

GH-109975: Copyedit 3.13 What's New: Link to installing free-threaded binaries on macOS (GH-124831)
(cherry picked from commit 4129a74)

Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
miss-islington and AA-Turner authored Oct 3, 2024
1 parent ceb90d8 commit 1869e82
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,9 @@ The free-threaded mode requires a different executable,
usually called ``python3.13t`` or ``python3.13t.exe``.
Pre-built binaries marked as *free-threaded* can be installed as part of
the official :ref:`Windows <install-freethreaded-windows>`
and :ref:`macOS <getting-and-installing-macpython>` installers,
and :ref:`macOS <install-freethreaded-macos>` installers,
or CPython can be built from source with the :option:`--disable-gil` option.

.. better macOS link pending
https://github.com/python/cpython/issues/109975#issuecomment-2286391179
Free-threaded execution allows for full utilization of the available
processing power by running threads in parallel on available CPU cores.
While not all software will benefit from this automatically, programs
Expand Down

0 comments on commit 1869e82

Please sign in to comment.