[NumPy-Tickets] [NumPy] #1561: Wrong type for PyArray_SimpleNew and alike
NumPy Trac
numpy-tickets@scipy....
Tue Jul 27 13:03:40 CDT 2010
#1561: Wrong type for PyArray_SimpleNew and alike
----------------------+-----------------------------------------------------
Reporter: PhiSch | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: 2.0.0
Component: Other | Version:
Resolution: invalid | Keywords: PyArray, npy_intp, npy_int
----------------------+-----------------------------------------------------
Changes (by pv):
* status: new => closed
* resolution: => invalid
Comment:
The `dims` is a pointer to the beginning of an array such as `npy_intp
dims[nd]`, where `nd` is the number of dimensions. This is what is
intended, and nothing seems wrong here.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1561#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list