Commit b130378a authored by Lars Buitinck's avatar Lars Buitinck

nogil declaration on numpy.math functions

parent a9963a76
......@@ -17,7 +17,7 @@
#
# Author: Lars Buitinck
cdef extern from "numpy/npy_math.h":
cdef extern from "numpy/npy_math.h" nogil:
# Floating-point classification
long double NAN "NPY_NAN"
long double INFINITY "NPY_INFINITY"
......
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