8000 GH-109975: Copyedit 3.13 What's New: Link to installing free-threaded… · python/cpython@e20314d · GitHub
[go: up one dir, main page]

Skip to content

Commit e20314d

Browse files
AA-Turnermiss-islington
authored andcommitted
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 <9087854+AA-Turner@users.noreply.github.com>
1 parent b99c662 commit e20314d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,12 +320,9 @@ The free-threaded mode requires a different executable,
320320
usually called ``python3.13t`` or ``python3.13t.exe``.
321321
Pre-built binaries marked as *free-threaded* can be installed as part of
322322
the official :ref:`Windows <install-freethreaded-windows>`
323-
and :ref:`macOS <getting-and-installing-macpython>` installers,
323+
and :ref:`macOS <install-freethreaded-macos>` installers,
324324
or CPython can be built from source with the :option:`--disable-gil` option.
325325

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

0 commit comments

Comments
 (0)
0