diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2024-08-13 14:30:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-13 14:30:59 (GMT) |
commit | db6f5e193315a3bbfa7b0b6644203bae3f76b638 (patch) | |
tree | b8211e8fe3d041885bc397c69b003200e52861b8 /Doc/using | |
parent | 7a65439b93d6ee4d4e32757b55909b882f9a2056 (diff) | |
download | cpython-db6f5e193315a3bbfa7b0b6644203bae3f76b638.zip cpython-db6f5e193315a3bbfa7b0b6644203bae3f76b638.tar.gz cpython-db6f5e193315a3bbfa7b0b6644203bae3f76b638.tar.bz2 |
GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 4 | ||||
-rw-r--r-- | Doc/using/configure.rst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index aa1edeb..8c70cf4 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -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. diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index e00d1ee..10adf74 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -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 |