Skip to content

Commit

Permalink
gh-108223: Document --disable-gil flag in configure (#108236)
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury authored Aug 21, 2023
1 parent 5afe0c1 commit 4b32d4f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,15 @@ General Options

.. versionadded:: 3.11

.. cmdoption:: --disable-gil

Enables **experimental** support for running Python without the
:term:`global interpreter lock` (GIL).

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

.. versionadded:: 3.13

WebAssembly Options
-------------------

Expand Down

0 comments on commit 4b32d4f

Please sign in to comment.