Bug 2010944

Summary: Review Request: python-memory-allocator - Allocate memory easily with cython
Product: [Fedora] Fedora Reporter: Jerry James <loganjerry>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: package-review
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-10-06 02:37:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 201449    

Description Jerry James 2021-10-05 16:40:50 UTC
Spec URL: https://jjames.fedorapeople.org/python-memory-allocator/python-memory-allocator.spec
SRPM URL: https://jjames.fedorapeople.org/python-memory-allocator/python-memory-allocator-0.1.1-1.fc36.src.rpm
Fedora Account System Username: jjames
Description: This package contains an extension class to allocate memory easily with Cython.  This extension class started as part of sagemath.  It provides a single extension class `MemoryAllocator` with `cdef` methods:

- `malloc`,
- `calloc`,
- `allocarray`,
- `realloc`,
- `reallocarray`,
- `aligned_malloc`,
- `aligned_calloc`,
- `aligned_allocarray`.

Memory is freed when the instance of `MemoryAllocator` is deallocated.  On failure to allocate the memory, a proper error is raised.

Comment 1 Jerry James 2021-10-06 02:37:37 UTC
I am withdrawing this review request for the time being.  It turns out that I cannot successfully unbundle this from sagemath anyway, without some significant patching to sagemath, so there is no point in making it a separate package at this time.  I will watch for a future opportunity to unbundle.