refcount
A Python package for reference counting and interop with native pointers
A Python package for reference counting and interop with native pointers
To install this package, run one of the following:
This package helps you achieve reliable management of memory allocated in native libraries, written for instance in C++. While it boils down to "simply" maintaining a set of counters, it is deceptively complicated to do so properly and not end up with memory leaks or crashes. https://pyrefcount.readthedocs.io/en/latest/.
Summary
A Python package for reference counting and interop with native pointers
Last Updated
Jan 15, 2025 at 03:17
License
BSD-3-Clause
Total Downloads
13.3K
Supported Platforms
GitHub Repository
https://github.com/csiro-hydroinformatics/pyrefcount