From: Sam Gross Date: Mon, 21 Aug 2023 20:37:07 +0000 (-0400) Subject: gh-108223: Document --disable-gil flag in configure (#108236) X-Git-Tag: v3.13.0a1~869 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b32d4f49cf1e9b49b072391256dbf5eddba4d93;p=thirdparty%2FPython%2Fcpython.git gh-108223: Document --disable-gil flag in configure (#108236) --- diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index f4adea82a87c..50f60ee54fed 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 -------------------