diff options
Diffstat (limited to 'numpy/random/mtrand/numpy.pxi')
-rw-r--r-- | numpy/random/mtrand/numpy.pxi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/mtrand/numpy.pxi b/numpy/random/mtrand/numpy.pxi index 3c5f6f956..b4a9c39d8 100644 --- a/numpy/random/mtrand/numpy.pxi +++ b/numpy/random/mtrand/numpy.pxi @@ -73,7 +73,7 @@ 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, flags cdef object fields, typeobj ctypedef extern class numpy.ndarray [object PyArrayObject]: |