8000 [3.13] Manpage: -X gil is not related to PYTHON_HISTORY (GH-133753) (… · python/cpython@b812cdd · GitHub
[go: up one dir, main page]

Skip to content

Commit b812cdd

Browse files
[3.13] Manpage: -X gil is not related to PYTHON_HISTORY (GH-133753) (#133759)
Co-authored-by: Stefano Rivera <stefano@rivera.za.net>
1 parent a98d46a commit b812cdd

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
@@ -525,11 +525,11 @@ See also the \fB\-X frozen_modules\fR option.
525525
If this variable is set to 1, the global interpreter lock (GIL) will be forced
526526
on. Setting it to 0 forces the GIL off. Only available in builds configured
527527
with \fB\-\-disable\-gil\fP.
528+
.IP
529+
This is equivalent to the \fB\-X gil\fR option.
528530
.IP PYTHON_HISTORY
529531
This environment variable can be used to set the location of a history file
530532
(on Unix, it is \fI~/.python_history\fP by default).
531-
.IP
532-
This is equivalent to the \fB\-X gil\fR option.
533533
.IP PYTHONNODEBUGRANGES
534534
If this variable is set, it disables the inclusion of the tables mapping
535535
extra location information (end line, start column offset and end column

0 commit comments

Comments
 (0)
0