summaryrefslogtreecommitdiff
path: root/doc/cython/c_numpy.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cython/c_numpy.pxd')
-rw-r--r--doc/cython/c_numpy.pxd3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/cython/c_numpy.pxd b/doc/cython/c_numpy.pxd
index 4a0bd1c01..e178b8e33 100644
--- a/doc/cython/c_numpy.pxd
+++ b/doc/cython/c_numpy.pxd
@@ -76,7 +76,8 @@ cdef extern from "numpy/arrayobject.h":
ctypedef extern class numpy.dtype [object PyArray_Descr]:
cdef int type_num, elsize, alignment
- cdef char type, kind, byteorder, hasobject
+ cdef char type, kind, byteorder
+ cdef int flags
cdef object fields, typeobj
ctypedef extern class numpy.ndarray [object PyArrayObject]: