We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecdaf0 commit d83b4c5Copy full SHA for d83b4c5
Python/initconfig.c
@@ -174,9 +174,11 @@ static const char usage_envvars[] =
174
" interpreter displays tracebacks. (-X no_debug_ranges)\n"
175
"PYTHONNOUSERSITE: disable user site directory (-s)\n"
176
"PYTHONOPTIMIZE : enable level 1 optimizations (-O)\n"
177
+"PYTHONPROFILEIMPORTTIME: show how long each import takes (-X importtime)\n"
178
"PYTHONPYCACHEPREFIX: root directory for bytecode cache (pyc) files\n"
179
" (-X pycache_prefix)\n"
180
"PYTHONSAFEPATH : don't prepend a potentially unsafe path to sys.path.\n"
181
+"PYTHONTRACEMALLOC: trace Python memory allocations (-X tracemalloc)\n"
182
"PYTHONUNBUFFERED: disable stdout/stderr buffering (-u)\n"
183
"PYTHONUTF8 : if set to 1, enable the UTF-8 mode (-X utf8)\n"
184
"PYTHONVERBOSE : trace import statements (-v)\n"
0 commit comments