8000
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 332ac46 commit 2d17309Copy full SHA for 2d17309
Python/initconfig.c
@@ -195,6 +195,11 @@ The following implementation-specific options are available:\n\
195
-X frozen_modules=[on|off]: whether to use frozen modules; the default is \"on\"\n\
196
for installed Python and \"off\" for a local build;\n\
197
also PYTHON_FROZEN_MODULES\n\
198
+"
199
+#ifdef Py_GIL_DISABLED
200
+"-X gil=[0|1]: enable (1) or disable (0) the GIL; also PYTHON_GIL\n"
201
+#endif
202
+"\
203
-X importtime: show how long each import takes; also PYTHONPROFILEIMPORTTIME\n\
204
-X int_max_str_digits=N: limit the size of int<->str conversions;\n\
205
0 disables the limit; also PYTHONINTMAXSTRDIGITS\n\
0 commit comments