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 9cd9c6c + 3b89488 commit b5a56d6Copy full SHA for b5a56d6
numpy/core/src/multiarray/number.c
@@ -88,6 +88,8 @@ PyArray_SetNumericOps(PyObject *dict)
88
89
static int
90
has_ufunc_attr(PyObject * obj) {
91
+ /* ufunc override disabled for 1.9 */
92
+ return 0;
93
/* attribute check is expensive for scalar operations, avoid if possible */
94
if (PyArray_CheckExact(obj) || _is_basic_python_type(obj)) {
95
return 0;
0 commit comments