Skip to content

Commit c8456d1

Browse files
committed
Document PYTHON_FROZEN_MODULES in the manpage
1 parent 9363383 commit c8456d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Misc/python.man

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,13 @@ If this variable is set to a positive integer, it overrides the return
612612
values of \fIos.cpu_count\fR and \fIos.process_cpu_count\fR.
613613
.IP
614614
See also the \fB\-X cpu_count\fR option.
615+
.IP PYTHON_FROZEN_MODULES
616+
If this variable is set to \fBon\fR or \fBoff\fR, it determines whether or not
617+
frozen modules are ignored by the import machinery. A value of \fBon\fR means
618+
they get imported and \fBoff\fR means they are ignored. The default is \fBon\fR
619+
for non-debug builds (the normal case) and \fBoff\fR for debug builds.
620+
.IP
621+
See also the \fB\-X frozen_modules\fR option.
615622
.IP PYTHONASYNCIODEBUG
616623
If this environment variable is set to a non-empty string, enable the debug
617624
mode of the asyncio module.

0 commit comments

Comments
 (0)