Skip to content

Add exceptiongroup support to third party projects #23

Open
@agronholm

Description

@agronholm

As requested on python-trio/trio#2213, we should try to add exceptiongroup support to both IPython and Apport. This issue tracks all efforts to add exceptiongroup support to other projects.

IPython seems to use customized versions of format_exception() and format_exception_only(), so it's likely to need an update to display exception groups, even on Python 3.11.

Apport, on the other hand, uses format_exc() and print_exc() straight from the traceback module, so a conditional import might do the trick.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions