]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-109975: Copyedit 3.13 What's New: Link to installing free-threaded binaries on...
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Tue, 1 Oct 2024 08:27:59 +0000 (09:27 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2024 08:27:59 +0000 (08:27 +0000)
Doc/whatsnew/3.13.rst

index 506666d4dccb10d2f3bb4d2145af85bf4ffb4cb4..eae514a46810eb2640110085ad6158bd85b4b34d 100644 (file)
@@ -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