Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afe0c1 commit 4b32d4fCopy full SHA for 4b32d4f
1 file changed
Doc/using/configure.rst
@@ -185,6 +185,15 @@ General Options
185
186
.. versionadded:: 3.11
187
188
+.. cmdoption:: --disable-gil
189
+
190
+ Enables **experimental** support for running Python without the
191
+ :term:`global interpreter lock` (GIL).
192
193
+ See :pep:`703` "Making the Global Interpreter Lock Optional in CPython".
194
195
+ .. versionadded:: 3.13
196
197
WebAssembly Options
198
-------------------
199
0 commit comments