Skip to content

Commit cbd5c4c

Browse files
gpsheadclaude
andcommitted
Add PYTHON_TRACEBACK_TIMESTAMPS to --help-env output
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d617d83 commit cbd5c4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Python/initconfig.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,8 @@ static const char usage_envvars[] =
457457
" (-X thread_inherit_context)\n"
458458
"PYTHON_CONTEXT_AWARE_WARNINGS: if true (1), enable thread-safe warnings module\n"
459459
" behaviour (-X context_aware_warnings)\n"
460+
"PYTHON_TRACEBACK_TIMESTAMPS: collect and display timestamps in tracebacks\n"
461+
" (-X traceback_timestamps)\n"
460462
"PYTHONTRACEMALLOC: trace Python memory allocations (-X tracemalloc)\n"
461463
"PYTHONUNBUFFERED: disable stdout/stderr buffering (-u)\n"
462464
"PYTHONUTF8 : control the UTF-8 mode (-X utf8)\n"

0 commit comments

Comments
 (0)