From 4b32d4f49cf1e9b49b072391256dbf5eddba4d93 Mon Sep 17 00:00:00 2001 From: Sam Gross Date: Mon, 21 Aug 2023 16:37:07 -0400 Subject: gh-108223: Document --disable-gil flag in configure (#108236) --- Doc/using/configure.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ------------------- -- cgit v0.12