Skip to content

Commit 9363383

Browse files
committed
Document PYTHON_CPU_COUNT in the manpage
1 parent 9280498 commit 9363383

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Misc/python.man

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,11 @@ information.
607607
Setting to 0 disables.
608608
.IP
609609
See also the \fB\-X perf_jit\fR option.
610+
.IP PYTHON_CPU_COUNT
611+
If this variable is set to a positive integer, it overrides the return
612+
values of \fIos.cpu_count\fR and \fIos.process_cpu_count\fR.
613+
.IP
614+
See also the \fB\-X cpu_count\fR option.
610615
.IP PYTHONASYNCIODEBUG
611616
If this environment variable is set to a non-empty string, enable the debug
612617
mode of the asyncio module.

0 commit comments

Comments
 (0)