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 9280498 commit 9363383Copy full SHA for 9363383
Misc/python.man
@@ -607,6 +607,11 @@ information.
607
Setting to 0 disables.
608
.IP
609
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.
615
.IP PYTHONASYNCIODEBUG
616
If this environment variable is set to a non-empty string, enable the debug
617
mode of the asyncio module.
0 commit comments