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 2c7cac4 commit 2a630a3Copy full SHA for 2a630a3
1 file changed
Misc/python.man
@@ -529,11 +529,11 @@ See also the \fB\-X frozen_modules\fR option.
529
If this variable is set to 1, the global interpreter lock (GIL) will be forced
530
on. Setting it to 0 forces the GIL off. Only available in builds configured
531
with \fB\-\-disable\-gil\fP.
532
+.IP
533
+This is equivalent to the \fB\-X gil\fR option.
534
.IP PYTHON_HISTORY
535
This environment variable can be used to set the location of a history file
536
(on Unix, it is \fI~/.python_history\fP by default).
-.IP
-This is equivalent to the \fB\-X gil\fR option.
537
.IP PYTHONNODEBUGRANGES
538
If this variable is set, it disables the inclusion of the tables mapping
539
extra location information (end line, start column offset and end column
0 commit comments