You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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