agronholm / agronholm/exceptiongroup

Add exceptiongroup support to third party projects

未关闭
#23 9 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
49
派生
23
PR 合并指标
30 天内没有已合并 PR

描述

As requested on https://github.com/python-trio/trio/pull/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.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。