Skip to content
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

Refactor UnLock -> ConflictDetector #295

Merged
merged 1 commit into from
Aug 19, 2017

Conversation

njsmith
Copy link
Member

@njsmith njsmith commented Aug 19, 2017

Just rename it and make it always do ResourceBusyError, since that's
how it's always used.

Fixes gh-197

Just rename it and make it always do ResourceBusyError, since that's
how it's always used.

Fixes python-triogh-197
@codecov
Copy link

codecov bot commented Aug 19, 2017

Codecov Report

Merging #295 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #295      +/-   ##
==========================================
- Coverage   99.18%   99.18%   -0.01%     
==========================================
  Files          79       79              
  Lines        9665     9660       -5     
  Branches      686      686              
==========================================
- Hits         9586     9581       -5     
  Misses         62       62              
  Partials       17       17
Impacted Files Coverage Δ
trio/_ssl.py 100% <100%> (ø) ⬆️
trio/testing/_memory_streams.py 99.56% <100%> (ø) ⬆️
trio/_util.py 92.55% <100%> (-0.08%) ⬇️
trio/_highlevel_socket.py 100% <100%> (ø) ⬆️
trio/tests/test_ssl.py 100% <100%> (ø) ⬆️
trio/tests/test_util.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 38b49fa...675555d. Read the comment docs.

@njsmith njsmith merged commit 19cd626 into python-trio:master Aug 19, 2017
@njsmith njsmith deleted the refactor-unlock branch August 19, 2017 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant