[Numpy-tickets] [NumPy] #260: Add mechanism for registering objects to be deallocated and memory-to-be freed at Python exit
NumPy
numpy-tickets at scipy.net
Fri Aug 18 20:07:09 CDT 2006
#260: Add mechanism for registering objects to be deallocated and memory-to-be
freed at Python exit
-------------------------+--------------------------------------------------
Reporter: oliphant | Owner: somebody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Other | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
A couple of API's to set up freelists of both Python Objects to be
DECREF'd and memory pointers to be freed on Python exit would be useful.
We could then use the atexit module to call the freeing function.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/260>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list