We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98d46a commit 0c183a6Copy full SHA for 0c183a6
1 file changed
Misc/python.man
@@ -525,11 +525,11 @@ See also the \fB\-X frozen_modules\fR option.
525
If this variable is set to 1, the global interpreter lock (GIL) will be forced
526
on. Setting it to 0 forces the GIL off. Only available in builds configured
527
with \fB\-\-disable\-gil\fP.
528
+.IP
529
+This is equivalent to the \fB\-X gil\fR option.
530
.IP PYTHON_HISTORY
531
This environment variable can be used to set the location of a history file
532
(on Unix, it is \fI~/.python_history\fP by default).
-.IP
-This is equivalent to the \fB\-X gil\fR option.
533
.IP PYTHONNODEBUGRANGES
534
If this variable is set, it disables the inclusion of the tables mapping
535
extra location information (end line, start column offset and end column
0 commit comments