We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d617d83 commit cbd5c4cCopy full SHA for cbd5c4c
Python/initconfig.c
@@ -457,6 +457,8 @@ static const char usage_envvars[] =
457
" (-X thread_inherit_context)\n"
458
"PYTHON_CONTEXT_AWARE_WARNINGS: if true (1), enable thread-safe warnings module\n"
459
" behaviour (-X context_aware_warnings)\n"
460
+"PYTHON_TRACEBACK_TIMESTAMPS: collect and display timestamps in tracebacks\n"
461
+" (-X traceback_timestamps)\n"
462
"PYTHONTRACEMALLOC: trace Python memory allocations (-X tracemalloc)\n"
463
"PYTHONUNBUFFERED: disable stdout/stderr buffering (-u)\n"
464
"PYTHONUTF8 : control the UTF-8 mode (-X utf8)\n"
0 commit comments