File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -612,6 +612,13 @@ If this variable is set to a positive integer, it overrides the return
612612values of \fI os.cpu_count \fR and \fI os.process_cpu_count \fR .
613613.IP
614614See also the \fB \- X cpu_count \fR option.
615+ .IP PYTHON_FROZEN_MODULES
616+ If this variable is set to \fB on \fR or \fB off \fR , it determines whether or not
617+ frozen modules are ignored by the import machinery. A value of \fB on \fR means
618+ they get imported and \fB off \fR means they are ignored. The default is \fB on \fR
619+ for non-debug builds (the normal case) and \fB off \fR for debug builds.
620+ .IP
621+ See also the \fB \- X frozen_modules \fR option.
615622.IP PYTHONASYNCIODEBUG
616623If this environment variable is set to a non-empty string, enable the debug
617624mode of the asyncio module.
You can’t perform that action at this time.
0 commit comments