Skip to content

Commit

Permalink
Update Doc/using/configure.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
vstinner and hugovk authored Dec 6, 2023
1 parent 6606ae2 commit c85e092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ General Options
Enables **experimental** support for running Python without the
:term:`global interpreter lock` (GIL): free threading build.

Define the ``Py_GIL_DISABLED`` macro and add ``"t"`` to
Defines the ``Py_GIL_DISABLED`` macro and adds ``"t"`` to
:data:`sys.abiflags`.

See :pep:`703` "Making the Global Interpreter Lock Optional in CPython".
Expand Down

0 comments on commit c85e092

Please sign in to comment.