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.
1 parent 9cd9c6c commit 3b89488Copy full SHA for 3b89488
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