This package browser is in early development. Mind the rough edges.

python-cymem 2.0.6

Cython memory pool for RAII-style memory management

Cymem provides two small memory-management helpers for Cython. They make it easy to tie memory to a Python object's life-cycle, so that the memory is freed when the object is garbage collected.

Installation

Install python-cymem 2.0.6 as follows:

guix install python-cymem@2.0.6

Or install the latest version:

guix install python-cymem

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.