8000
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.
2 parents aca4819 + a0f6999 commit 9d6694eCopy full SHA for 9d6694e
numpy/core/code_generators/generate_numpy_api.py
@@ -55,7 +55,6 @@
55
c_api = PyObject_GetAttrString(numpy, "_ARRAY_API");
56
Py_DECREF(numpy);
57
if (c_api == NULL) {
58
- PyErr_SetString(PyExc_AttributeError, "_ARRAY_API not found");
59
return -1;
60
}
61
0 commit comments