achimnol / aiotools

Idiomatic asyncio utilties
https://aiotools.readthedocs.io
MIT License
153 stars 11 forks source link

fix: Memory leak with persistent task group #21

Closed achimnol closed 3 years ago

achimnol commented 3 years ago

reported back to edgedb/edgedb-python#140.

codecov[bot] commented 3 years ago

Codecov Report

Merging #21 (5e044d9) into master (dd855f5) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   65.09%   65.14%   +0.04%     
==========================================
  Files           9        9              
  Lines         702      703       +1     
==========================================
+ Hits          457      458       +1     
  Misses        245      245              
Impacted Files Coverage Δ
src/aiotools/taskgroup.py 90.36% <100.00%> (+0.05%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dd855f5...5e044d9. Read the comment docs.