summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/methods.c
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/src/multiarray/methods.c')
-rw-r--r--numpy/core/src/multiarray/methods.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/multiarray/methods.c b/numpy/core/src/multiarray/methods.c
index 1a78b958c..898887042 100644
--- a/numpy/core/src/multiarray/methods.c
+++ b/numpy/core/src/multiarray/methods.c
@@ -1024,7 +1024,7 @@ array_ufunc(PyArrayObject *self, PyObject *args, PyObject *kwds)
return NULL;
}
/* ndarray cannot handle overrides itself */
- num_override_args = PyUFunc_WithOverride(normal_args, kwds, NULL);
+ num_override_args = PyUFunc_WithOverride(normal_args, kwds, NULL, NULL);
if (num_override_args == -1) {
return NULL;
}