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.
- Website: https://github.com/explosion/cymem
- Licenses: Expat
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
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.