|
|
|
@ -379,7 +379,10 @@ Options you shouldn't use |
|
|
|
Environment variables |
|
|
|
--------------------- |
|
|
|
|
|
|
|
These environment variables influence Python's behavior. |
|
|
|
These environment variables influence Python's behavior, they are processed |
|
|
|
before the command-line switches other than -E. It is customary that |
|
|
|
command-line switches override environmental variables where there is a |
|
|
|
conflict. |
|
|
|
|
|
|
|
.. envvar:: PYTHONHOME |
|
|
|
|
|
|
|
@ -570,4 +573,3 @@ if Python was configured with the ``--with-pydebug`` build option. |
|
|
|
|
|
|
|
If set, Python will print memory allocation statistics every time a new |
|
|
|
object arena is created, and on shutdown. |
|
|
|
|