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 @@ -679,6 +679,13 @@ counts still alive after shutting down the interpreter.
679679If set, Python will dump objects and reference counts still alive after
680680shutting down the interpreter into a file under the path given as the value to
681681this environment variable.
682+ .IP PYTHON_PRESITE
683+ If this variable is set to a module, that module will be imported
684+ early in the interpreter lifecycle, before the \fI site \fR module is
685+ executed, and before the \fI __main__ \fR module is created.
686+ This only works on debug builds.
687+ .IP
688+ This is equivalent to the \fB -X presite= \fI module \fR option.
682689.SH AUTHOR
683690The Python Software Foundation: https://www.python.org/psf/
684691.SH INTERNET RESOURCES
You can’t perform that action at this time.
0 commit comments