diff options
Diffstat (limited to 'numpy/core')
-rw-r--r-- | numpy/core/include/numpy/experimental_dtype_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/experimental_dtype_api.h b/numpy/core/include/numpy/experimental_dtype_api.h index 86ad15f37..e33df3156 100644 --- a/numpy/core/include/numpy/experimental_dtype_api.h +++ b/numpy/core/include/numpy/experimental_dtype_api.h @@ -289,7 +289,7 @@ typedef NPY_CASTING (resolve_descriptors_function)( /* "method" is currently opaque (necessary e.g. to wrap Python) */ PyObject *method, /* DTypes the method was created for */ - PyObject **dtypes, + PyArray_DTypeMeta **dtypes, /* Input descriptors (instances). Outputs may be NULL. */ PyArray_Descr **given_descrs, /* Exact loop descriptors to use, must not hold references on error */ |