Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 391 Bytes

10907.improvement.rst

File metadata and controls

5 lines (3 loc) · 391 Bytes

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:

"All traceback entries are hidden. Pass --full-trace to see hidden and internal frames.".

Previously, the last frame of the traceback was shown, even though it was hidden.