aleaxit / gmpy

General Multi-Precision arithmetic for Python 2.6+/3+ (GMP, MPIR, MPFR, MPC)
https://gmpy2.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
522 stars 86 forks source link

Fix memory leak in GMPy_CTXT_Exit() #516

Closed skirpichev closed 2 months ago

skirpichev commented 2 months ago

Closes #515

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

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

Project coverage is 85.61%. Comparing base (224745b) to head (13efb8a). Report is 46 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #516 +/- ## ========================================== + Coverage 85.52% 85.61% +0.08% ========================================== Files 50 50 Lines 11656 11657 +1 Branches 2202 2202 ========================================== + Hits 9969 9980 +11 + Misses 1687 1677 -10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

casevh commented 2 months ago

Thanks for the quick fix.