amazon-ion / ion-python

A Python implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
259 stars 50 forks source link

C extension memory leak. #155

Open cheqianh opened 3 years ago

cheqianh commented 3 years ago

We fixed couple memory leak issues and didn't see this kind of issues recently, but It's possible that underlying C extension still has memory leak.

Open this issue in case there are any, and keep memory leak issues on track here.

test tool: tracemalloc

cheqianh commented 1 year ago

https://github.com/amazon-ion/ion-python/pull/268