[NumPy-Tickets] [NumPy] #1707: ctypeslib.ndpointer cache ineffective
NumPy Trac
numpy-tickets@scipy....
Mon Jan 10 08:26:15 CST 2011
#1707: ctypeslib.ndpointer cache ineffective
--------------------------+-------------------------------------------------
Reporter: Colin Hogben | Owner: somebody
Type: defect | Status: new
Priority: low | Milestone: 2.0.0
Component: numpy.core | Version: none
Keywords: ndpointer |
--------------------------+-------------------------------------------------
The cache of pointer types is queried with a tuple (dtype, ndim, shape,
num) but values stored with a bare dtype as key. Thus queries always
miss.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1707>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list