python-trio / trio

Trio – a friendly Python library for async concurrency and I/O
https://trio.readthedocs.io
Other
6.22k stars 344 forks source link

fix some extra cyclic garbage in NurseryManager #3107

Closed graingert closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.58%. Comparing base (2a66a0d) to head (1fd9242).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3107 +/- ## ======================================= Coverage 99.58% 99.58% ======================================= Files 121 121 Lines 18166 18167 +1 Branches 3275 3275 ======================================= + Hits 18091 18092 +1 Misses 52 52 Partials 23 23 ``` | [Files with missing lines](https://app.codecov.io/gh/python-trio/trio/pull/3107?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio) | Coverage Δ | | |---|---|---| | [src/trio/\_core/\_run.py](https://app.codecov.io/gh/python-trio/trio/pull/3107?src=pr&el=tree&filepath=src%2Ftrio%2F_core%2F_run.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX2NvcmUvX3J1bi5weQ==) | `99.02% <100.00%> (+<0.01%)` | :arrow_up: |
graingert commented 1 month ago

I'll write a test for this and shape it into a proper PR shortly