Skip to content
This repository was archived by the owner on Nov 2, 2022. It is now read-only.

Proposal of another API for handling ExceptionGroup - #22

Open
bob1de wants to merge 6 commits into
python-trio:masterfrom
bob1de:except-api
Open

Proposal of another API for handling ExceptionGroup#22
bob1de wants to merge 6 commits into
python-trio:masterfrom
bob1de:except-api

Conversation

@bob1de

@bob1de bob1de commented Sep 5, 2020

Copy link
Copy Markdown

This is related to python-trio/trio#1683.

Just a POC for how the API could look with ExceptionGroup.

@bob1de bob1de changed the title Implement API for handling ExceptionGroup Sep 5, 2020
@bob1de
bob1de force-pushed the except-api branch 2 times, most recently from 5d623bc to af50327 Compare September 5, 2020 21:16
@codecov

codecov Bot commented Sep 5, 2020

Copy link
Copy Markdown

Codecov Report

Merging #22 into master will increase coverage by 6.74%.
The diff coverage is 91.66%.

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   66.55%   73.30%   +6.74%     
==========================================
  Files          11       11              
  Lines         311      427     +116     
  Branches       28       39      +11     
==========================================
+ Hits          207      313     +106     
- Misses        101      111      +10     
  Partials        3        3              
Impacted Files Coverage Δ
exceptiongroup/_tools.py 56.06% <ø> (ø)
exceptiongroup/__init__.py 85.71% <79.16%> (-14.29%) ⬇️
exceptiongroup/_tests/test_exceptiongroup.py 100.00% <100.00%> (ø)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

1 participant