Commit 98369549 authored by Valentin Haenel's avatar Valentin Haenel

add all missing fields

parent b0a572bf
...@@ -157,10 +157,13 @@ cdef extern from "numpy/arrayobject.h": ...@@ -157,10 +157,13 @@ cdef extern from "numpy/arrayobject.h":
# for accessing some of the fields, so some are defined. Please # for accessing some of the fields, so some are defined. Please
# ask on cython-dev if you need more. # ask on cython-dev if you need more.
cdef char kind cdef char kind
cdef char type
cdef char byteorder
cdef char flags
cdef int type_num cdef int type_num
cdef int itemsize "elsize" cdef int itemsize "elsize"
cdef char byteorder cdef int alignment
cdef object fields cdef dict fields
cdef tuple names cdef tuple names
ctypedef extern class numpy.flatiter [object PyArrayIterObject]: ctypedef extern class numpy.flatiter [object PyArrayIterObject]:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment