Bug 2010944 - Review Request: python-memory-allocator - Allocate memory easily with cython
Summary: Review Request: python-memory-allocator - Allocate memory easily with cython
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: FE-DEADREVIEW
TreeView+ depends on / blocked
 
Reported: 2021-10-05 16:40 UTC by Jerry James
Modified: 2021-10-06 02:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-10-06 02:37:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.