Closed
Description
Original ticket http://projects.scipy.org/numpy/ticket/1707 on 2011-01-10 by trac user Colin Hogben, assigned to unknown.
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.