nucleic / atom

Memory efficient Python objects
https://atom.readthedocs.io/en/latest/
Other
361 stars 50 forks source link

Fix memory leak in pickle creation #213

Closed MatthieuDartiailh closed 5 months ago

MatthieuDartiailh commented 5 months ago

This issue is weird. The test added is not truly representative which bothers me a lot, but I have a large use case in which it does fix an issue. I will try to understand better the root issue before merging.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 97.66%. Comparing base (ee88e96) to head (c52d1f5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #213 +/- ## ========================================== - Coverage 97.67% 97.66% -0.02% ========================================== Files 24 24 Lines 1075 1070 -5 Branches 174 174 ========================================== - Hits 1050 1045 -5 Misses 12 12 Partials 13 13 ```