-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
colors are missing on (Base)ExceptionGroup tracebacks in the pyrepl #125593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@graingert are you working on this issue? If not, @wrongnull would like to take this one :) |
@Eclips4 no I've not looked into it yet |
one minor request I have is that exception notes have a color distinct to exception messages |
I'm working on this and found a fix. The pull request will be sent tomorrow |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 27, 2024
…s from exception group (pythonGH-125681) (cherry picked from commit 51b012b) Co-authored-by: Bogdan Romanyuk <[email protected]>
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this issue
Jan 12, 2025
…s from exception group (python#125681)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description:
here's the output:

https://asciinema.org/a/681263
I'd expect the
eat_fruit()
parts to be highlighted in redCPython versions tested on:
3.13, 3.14
Operating systems tested on:
Linux, macOS
This was added in #112730 but it looks like ExceptionGroups were missed
Linked PRs
The text was updated successfully, but these errors were encountered: