Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix memory leak in GMPy_CTXT_Exit() #516

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

skirpichev
Copy link
Contributor

Closes #515

@codecov-commenter
Copy link

⚠️ 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 ✅

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

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

Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@casevh casevh merged commit 9177648 into aleaxit:master Sep 14, 2024
11 checks passed
@casevh
Copy link
Collaborator

casevh commented Sep 14, 2024

Thanks for the quick fix.

@skirpichev skirpichev deleted the fix-memleak-ctx-exit-515 branch September 14, 2024 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory leak when using gmpy2.ieee context manager
3 participants