Skip to content

Commit

Permalink
pythongh-108223: Document --disable-gil flag in configure
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury committed Aug 21, 2023
1 parent 1cc391d commit 1c43a5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,13 @@ General Options

.. versionadded:: 3.11

.. cmdoption:: --disable-gil

Enables experimental support for running Python without the global
interpreter lock (GIL).

.. versionadded:: 3.13

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

Expand Down

0 comments on commit 1c43a5a

Please sign in to comment.