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 7a30292 commit df81fb0Copy full SHA for df81fb0
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