File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -320,12 +320,9 @@ The free-threaded mode requires a different executable,
320
320
usually called ``python3.13t `` or ``python3.13t.exe ``.
321
321
Pre-built binaries marked as *free-threaded * can be installed as part of
322
322
the official :ref: `Windows <install-freethreaded-windows >`
323
- and :ref: `macOS <getting-and-installing-macpython >` installers,
323
+ and :ref: `macOS <install-freethreaded-macos >` installers,
324
324
or CPython can be built from source with the :option: `--disable-gil ` option.
325
325
326
- .. better macOS link pending
327
- https://github.com/python/cpython/issues/109975#issuecomment-2286391179
328
-
329
326
Free-threaded execution allows for full utilization of the available
330
327
processing power by running threads in parallel on available CPU cores.
331
328
While not all software will benefit from this automatically, programs
You can’t perform that action at this time.
0 commit comments