Skip to content

Commit f08184b

Browse files
committed
doc: add missing changelog for #10907
1 parent 7834b3b commit f08184b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

changelog/10907.improvement.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
When an exception traceback to be displayed is completely filtered out (by mechanisms such as ``__tracebackhide__``, internal frames, and similar), now only the exception string and the following message are shown:
2+
3+
"All traceback entries are hidden. Pass `--full-trace` to see hidden and internal frames.".
4+
5+
Previously, the last frame of the traceback was shown, even though it was hidden.

0 commit comments

Comments
 (0)