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 cbd5c4c commit 3813d9eCopy full SHA for 3813d9e
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-03-15-19-30-07.gh-issue-132502.OGTJuV.rst
@@ -0,0 +1,5 @@
1
+Add optional timestamps to exception tracebacks (:pep:`829`). When enabled
2
+via :envvar:`PYTHON_TRACEBACK_TIMESTAMPS` or :option:`-X
3
+traceback_timestamps <-X>`, each exception records its instantiation time in
4
+``__timestamp_ns__`` and formatted tracebacks display the timestamp
5
+alongside the exception message.
0 commit comments