mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.11] gh-90300: Fix undocumented envvars in the Python CLI help (GH-116765) (GH-116797) (GH-116803)
(cherry picked from commitfc4d5fdffe
) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> (cherry picked from commit19ac28bd08
)
This commit is contained in:
parent
0ecdaf0aa7
commit
d83b4c570c
1 changed files with 2 additions and 0 deletions
|
@ -174,9 +174,11 @@ static const char usage_envvars[] =
|
|||
" interpreter displays tracebacks. (-X no_debug_ranges)\n"
|
||||
"PYTHONNOUSERSITE: disable user site directory (-s)\n"
|
||||
"PYTHONOPTIMIZE : enable level 1 optimizations (-O)\n"
|
||||
"PYTHONPROFILEIMPORTTIME: show how long each import takes (-X importtime)\n"
|
||||
"PYTHONPYCACHEPREFIX: root directory for bytecode cache (pyc) files\n"
|
||||
" (-X pycache_prefix)\n"
|
||||
"PYTHONSAFEPATH : don't prepend a potentially unsafe path to sys.path.\n"
|
||||
"PYTHONTRACEMALLOC: trace Python memory allocations (-X tracemalloc)\n"
|
||||
"PYTHONUNBUFFERED: disable stdout/stderr buffering (-u)\n"
|
||||
"PYTHONUTF8 : if set to 1, enable the UTF-8 mode (-X utf8)\n"
|
||||
"PYTHONVERBOSE : trace import statements (-v)\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue