[NumPy-Tickets] [NumPy] #1683: numpy does not correctly support sys.getsizeof
NumPy Trac
numpy-tickets@scipy....
Mon Nov 22 13:41:32 CST 2010
#1683: numpy does not correctly support sys.getsizeof
------------------------+---------------------------------------------------
Reporter: ghazel | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: numpy.core | Version: 1.5.0
Keywords: |
------------------------+---------------------------------------------------
Changes (by pv):
* component: Other => numpy.core
Comment:
Probably easy to fix: "getsizeof() calls the object’s __sizeof__ method
and adds an additional garbage collector overhead if the object is managed
by the garbage collector."
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1683#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list