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

don't use f_locals for foreign async generators #3112

Merged

Update newsfragments/3112.bugfix.rst

f435d35
Select commit
Loading
Failed to load commit list.
Merged

don't use f_locals for foreign async generators #3112

Update newsfragments/3112.bugfix.rst
f435d35
Select commit
Loading
Failed to load commit list.
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%> (ø)