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

Fix thread reentry deadlocks #2832

Merged

fix thread reentry deadlocks

66069ac
Select commit
Loading
Failed to load commit list.
Merged

Fix thread reentry deadlocks #2832

fix thread reentry deadlocks
66069ac
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 24, 2023 in 0s

99.16% (+0.00%) compared to a0c480a

View this Pull Request on Codecov

99.16% (+0.00%) compared to a0c480a

Details

Codecov Report

Merging #2832 (66069ac) into master (a0c480a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2832   +/-   ##
=======================================
  Coverage   99.16%   99.16%           
=======================================
  Files         115      115           
  Lines       17475    17483    +8     
  Branches     3111     3115    +4     
=======================================
+ Hits        17329    17337    +8     
  Misses        101      101           
  Partials       45       45           
Files Coverage Δ
trio/_tests/test_threads.py 100.00% <100.00%> (ø)
trio/_threads.py 100.00% <100.00%> (ø)