don't use f_locals for foreign async generators #3112
Merged
Codecov / codecov/project
succeeded
Oct 17, 2024 in 1s
99.58% (+0.00%) compared to 8850705
View this Pull Request on Codecov
99.58% (+0.00%) compared to 8850705
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 99.58%. Comparing base (
8850705
) to head (f435d35
).
Additional details and impacted files
@@ Coverage Diff @@
## main #3112 +/- ##
=======================================
Coverage 99.58% 99.58%
=======================================
Files 121 121
Lines 18157 18194 +37
Branches 3272 3277 +5
=======================================
+ Hits 18082 18119 +37
Misses 52 52
Partials 23 23
Files with missing lines | Coverage Δ | |
---|---|---|
src/trio/_core/_asyncgens.py | 100.00% <100.00%> (ø) |
|
src/trio/_core/_tests/test_guest_mode.py | 100.00% <100.00%> (ø) |
Loading