summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/using/configure.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst
index f4adea8..50f60ee 100644
--- a/Doc/using/configure.rst
+++ b/Doc/using/configure.rst
@@ -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
-------------------