trio icon indicating copy to clipboard operation
trio copied to clipboard

Avoid refcycles in run exc

Open graingert opened this issue 1 year ago • 2 comments

graingert avatar Oct 26 '24 10:10 graingert

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 100.00000%. Comparing base (3260974) to head (d0ada54). :warning: Report is 429 commits behind head on main.

Additional details and impacted files
@@               Coverage Diff               @@
##                 main        #3120   +/-   ##
===============================================
  Coverage   100.00000%   100.00000%           
===============================================
  Files             124          124           
  Lines           18427        18433    +6     
  Branches         1215         1215           
===============================================
+ Hits            18427        18433    +6     
Files with missing lines Coverage Δ
src/trio/_core/_run.py 100.00000% <100.00000%> (ø)
:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Oct 26 '24 10:10 codecov[bot]

I'm currently trying to work out if this change makes it possible to test https://github.com/python-trio/trio/blob/12e8395cf6939ec9f00df122487dc66ef774fec8/src/trio/_core/_run.py#L2790

graingert avatar Oct 27 '24 10:10 graingert