Memory-allocator

Latest version: v0.1.4

Safety actively analyzes 625140 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.3

Update cython version number for compatibility with python 3.11.

0.1.2

This release provides prebuilt wheels.

0.1.1

Fix test failures on 32bit systems.

0.1.0

This is the first release of the `MemoryAllocator` independent of SageMath.

The dependency on `cysignals` has been removed to make it more portable (Windows) and the testing infrastructure has been updated.

0.1.0beta.1

Removed `__init__.py` that was accidentally imported along the history of `memory_allocator.pxd` and `memory_allocator.pyx`.

0.1.0beta

Initial release of **memory_allocator**. The code is factored out of https://github.com/sagemath/.

The dependency on `cysignals` has been removed to allow easy installation on windows. Otherwise the code should function exactly the same. Change `from sage.ext.memory_allocator cimport MemoryAllocator` to `from memory_allocator cimport MemoryAllocator`.

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.