| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM, short of one cosmetic improvement request.
Sorry, something went wrong.
|
I played around a bit with the test and noticed that "tbstyle=line" now outputs "All traceback entries are hidden", and "ValueError: bar" will match in all cases. So I removed/updated the relevant if statements. |
Sorry, something went wrong.
Backport to 9.0.x: 💚 backport PR created✅ Backport PR branch: patchback/backports/9.0.x/fa6a232d529b33f6388dc788d7613cf206c08130/pr-14025 Backported as #14045 🤖 @patchback |
Sorry, something went wrong.
* don't crash if exceptiongroup has only hidden tb frames (cherry picked from commit fa6a232)
| Back | FazBrowse Home | New Git URL |
fixes #13734
yet another bandaid that would've been avoided if we had full support for exception groups in ExceptionInfo & friends 😶 see #9159