gh-108223: Document --disable-gil flag in configure (#108236)
This commit is contained in:
parent
5afe0c17ca
commit
4b32d4f49c
@ -185,6 +185,15 @@ General Options
|
|||||||
|
|
||||||
.. versionadded:: 3.11
|
.. 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
|
WebAssembly Options
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user