[REQUEST] rich.traceback
should handle ExceptionGroup
and __notes__
#2238
Labels
rich.traceback
should handle ExceptionGroup
and __notes__
#2238
I'm pretty excited to start using PEP-654
ExceptionGroup
and PEP-678 annotated exceptions in all my code (via theexceptiongroup
backport, for now).The only downside is that tools like
rich.traceback
(and Pytest) don't yet understand how to display these attributes - hence this feature request! I'd love to for the ecosystem to implement these new features, so that most people will have annotated-exceptiongroup-aware tooling installed by the time Python 3.11 final is released in October 😁Repro script and output comparison between Rich and native tracebacks
The text was updated successfully, but these errors were encountered: