Skip to content

Commit 2a630a3

Browse files
authored
Manpage: -X gil is not related to PYTHON_HISTORY (#133753)
1 parent 2c7cac4 commit 2a630a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Misc/python.man

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,11 +529,11 @@ See also the \fB\-X frozen_modules\fR option.
529529
If this variable is set to 1, the global interpreter lock (GIL) will be forced
530530
on. Setting it to 0 forces the GIL off. Only available in builds configured
531531
with \fB\-\-disable\-gil\fP.
532+
.IP
533+
This is equivalent to the \fB\-X gil\fR option.
532534
.IP PYTHON_HISTORY
533535
This environment variable can be used to set the location of a history file
534536
(on Unix, it is \fI~/.python_history\fP by default).
535-
.IP
536-
This is equivalent to the \fB\-X gil\fR option.
537537
.IP PYTHONNODEBUGRANGES
538538
If this variable is set, it disables the inclusion of the tables mapping
539539
extra location information (end line, start column offset and end column

0 commit comments

Comments
 (0)