CMD + K

refcount

Community

A Python package for reference counting and interop with native pointers

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::refcount

Usage Tracking

1.2.7
1.2.5
1.2.4
1.2.3
1.2.0
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

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/.

About

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

noarch