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 6d76066 commit 89a9e66Copy full SHA for 89a9e66
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