GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Adam Turner 2024-08-13 15:30:59 +01:00 committed by GitHub
parent 7a65439b93
commit db6f5e1933
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 120 additions and 59 deletions

View file

@ -624,7 +624,7 @@ Miscellaneous options
* :samp:`-X gil={0,1}` forces the GIL to be disabled or enabled,
respectively. Only available in builds configured with
:option:`--disable-gil`. See also :envvar:`PYTHON_GIL` and
:ref:`free-threaded-cpython`.
:ref:`whatsnew313-free-threaded-cpython`.
.. versionadded:: 3.13
@ -1224,7 +1224,7 @@ conflict.
forced on. Setting it to ``0`` forces the GIL off.
See also the :option:`-X gil <-X>` command-line option, which takes
precedence over this variable, and :ref:`free-threaded-cpython`.
precedence over this variable, and :ref:`whatsnew313-free-threaded-cpython`.
Needs Python configured with the :option:`--disable-gil` build option.

View file

@ -299,7 +299,7 @@ General Options
Defines the ``Py_GIL_DISABLED`` macro and adds ``"t"`` to
:data:`sys.abiflags`.
See :ref:`free-threaded-cpython` for more detail.
See :ref:`whatsnew313-free-threaded-cpython` for more detail.
.. versionadded:: 3.13