We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447d2da commit 26c255cCopy full SHA for 26c255c
src/numpy.cpp
@@ -57,7 +57,7 @@ void call_PyArray_InitArrFuncs(PyArray_ArrFuncs* funcs) {
57
PyArray_InitArrFuncs(funcs);
58
}
59
60
-int call_PyArray_RegisterDataType(PyArray_Descr* dtype) {
+int call_PyArray_RegisterDataType(PyArray_DescrProto* dtype) {
61
return PyArray_RegisterDataType(dtype);
62
63
0 commit comments