Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Patch sys.unraisablehook to format exception groups #21

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

agronholm
Copy link
Owner

Whether this should be merged or not depends on the resolution of upstream issue (python/cpython#95572).

Fixes #18.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 2884220953

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 21 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.2%) to 74.399%

Files with Coverage Reduction New Missed Lines %
/opt/hostedtoolcache/PyPy/3.8.13/x64/lib/pypy3.8/site-packages/exceptiongroup/_formatting.py 4 21.52%
/opt/hostedtoolcache/Python/3.7.13/x64/lib/python3.7/site-packages/exceptiongroup/_formatting.py 5 82.91%
/opt/hostedtoolcache/Python/3.11.0-rc.1/x64/lib/python3.11/site-packages/exceptiongroup/_formatting.py 12 0%
Totals Coverage Status
Change from base Build 2862927764: -0.2%
Covered Lines: 1610
Relevant Lines: 2164

💛 - Coveralls

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

exception information missing from unraisable exceptiongroups
2 participants