Skip to content

remove unused typevar T_co

0987dc6
Select commit
Loading
Failed to load commit list.
Open

avoid holding a reference to exception and value in to_thread_run_sync #3229

remove unused typevar T_co
0987dc6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 6, 2026 in 1s

100.00000% (target 100.00000%)

View this Pull Request on Codecov

100.00000% (target 100.00000%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00000%. Comparing base (0ea9328) to head (0987dc6).
⚠️ Report is 275 commits behind head on main.

Additional details and impacted files
@@               Coverage Diff               @@
##                 main        #3229   +/-   ##
===============================================
  Coverage   100.00000%   100.00000%           
===============================================
  Files             124          124           
  Lines           18779        18837   +58     
  Branches         1269         1270    +1     
===============================================
+ Hits            18779        18837   +58     
Files with missing lines Coverage Δ
src/trio/_core/_entry_queue.py 100.00000% <100.00000%> (ø)
src/trio/_core/_tests/test_run.py 100.00000% <ø> (ø)
src/trio/_core/_tests/tutil.py 100.00000% <100.00000%> (ø)
src/trio/_tests/test_threads.py 100.00000% <100.00000%> (ø)
src/trio/_threads.py 100.00000% <100.00000%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.