-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
colors are missing on (Base)ExceptionGroup tracebacks in the pyrepl #125593
Comments
graingert
added
type-bug
An unexpected behavior, bug, or error
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
labels
Oct 16, 2024
graingert
changed the title
colors are missing on ExceptionGroup tracebacks
colors are missing on ExceptionGroup tracebacks in the pyrepl
Oct 16, 2024
@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 |
graingert
changed the title
colors are missing on ExceptionGroup tracebacks in the pyrepl
colors are missing on (Base)ExceptionGroup tracebacks in the pyrepl
Oct 16, 2024
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]>
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: