gh-108223: Document --disable-gil flag in configure (#108236)

This commit is contained in:
Sam Gross 2023-08-21 16:37:07 -04:00 committed by GitHub
parent 5afe0c17ca
commit 4b32d4f49c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
-------------------