-
Notifications
You must be signed in to change notification settings - Fork 17
[BUG] Memory leak when constructing empty frozendicts #60
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
Comments
I think we might be missing a python-frozendict/frozendict/src/3_8/frozendictobject.c Lines 1562 to 1575 in 8def42c
|
Thank you for the report. Fixed in 81e163a can you confirm? |
That seems to have fixed it. Thank for your the fast response! |
Done. |
Thanks again for getting the bugs fixed! |
Similar to #55,
frozendict()
andfrozendict({})
leak memory.OS version: Ubuntu 20.04.4 LTS
Python3 version (python3 -V -V): Python 3.8.10
Steps to reproduce
Borrowing code from #55:
Actual result
The text was updated successfully, but these errors were encountered: