Commit f230017c authored by Robert Bradshaw's avatar Robert Bradshaw

inline hint

parent cab3760c
......@@ -438,7 +438,7 @@ static PyObject * __Pyx_CyFunction_Call(PyObject *func, PyObject *arg, PyObject
return NULL;
}
#else
static PyObject * __PyCFunction_Call(PyObject *func, PyObject *arg, PyObject *kw) {
static CYTHON_INLINE PyObject * __PyCFunction_Call(PyObject *func, PyObject *arg, PyObject *kw) {
return PyCFunction_Call(func, arg, kw);
}
#define __Pyx_CyFunction_Call __PyCFunction_Call
......
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