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
Okay, will do! It appears to have something to do with Python 3.11's ExceptionGroup (as it doesn't occur in Python 3.10 where we import ExceptionGroup from the exceptiongroup backport package).
Describe the bug
After updating to Rich v14.0.0 I get a
RecursionError
when attempting to capture a traceback from an error.Here's my function along with the helper function to create the traceback:
Here's the stack trace for the
RecursionError
:Platform
What platform (Win/Linux/Mac) are you running on? What terminal software are you using?
Running on Linux, running in the VS Code integrated terminal
I may ask you to copy and paste the output of the following commands. It may save some time if you do it now.
If you're using Rich in a terminal:
The text was updated successfully, but these errors were encountered: