Commit b0a572bf authored by Valentin Haenel's avatar Valentin Haenel

add 'kind' to dtype

parent 71535da5
......@@ -156,6 +156,7 @@ cdef extern from "numpy/arrayobject.h":
# Use PyDataType_* macros when possible, however there are no macros
# for accessing some of the fields, so some are defined. Please
# ask on cython-dev if you need more.
cdef char kind
cdef int type_num
cdef int itemsize "elsize"
cdef char byteorder
......
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