Commit 44b50ac1 authored by Stefan Behnel's avatar Stefan Behnel

merge

parents 5cab072b a5df7a5c
......@@ -20,7 +20,7 @@ cdef extern from "Python.h":
cdef extern from "numpy/arrayobject.h":
ctypedef Py_intptr_t npy_intp
cdef enum:
cdef enum NPY_TYPES:
NPY_BOOL,
NPY_BYTE, NPY_UBYTE,
NPY_SHORT, NPY_USHORT,
......
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