Skip to content

Commit 4b32d4f

Browse files
authored
gh-108223: Document --disable-gil flag in configure (#108236)
1 parent 5afe0c1 commit 4b32d4f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Doc/using/configure.rst

+9
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,15 @@ General Options
185185

186186
.. versionadded:: 3.11
187187

188+
.. cmdoption:: --disable-gil
189+
190+
Enables **experimental** support for running Python without the
191+
:term:`global interpreter lock` (GIL).
192+
193+
See :pep:`703` "Making the Global Interpreter Lock Optional in CPython".
194+
195+
.. versionadded:: 3.13
196+
188197
WebAssembly Options
189198
-------------------
190199

0 commit comments

Comments
 (0)