diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2024-10-01 08:27:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-01 08:27:59 (GMT) |
commit | 4129a74a3772a2fa75a3b8f642f6b4cf18520e0e (patch) | |
tree | 7fa45512d12b2e06a97cfba3cb344e9e353a0ae9 /Doc | |
parent | 882369026481f904520784ebbbef9897059dc6f6 (diff) | |
download | cpython-4129a74a3772a2fa75a3b8f642f6b4cf18520e0e.zip cpython-4129a74a3772a2fa75a3b8f642f6b4cf18520e0e.tar.gz cpython-4129a74a3772a2fa75a3b8f642f6b4cf18520e0e.tar.bz2 |
GH-109975: Copyedit 3.13 What's New: Link to installing free-threaded binaries on macOS (#124831)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.13.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 506666d..eae514a 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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 |