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 fbd9a3b commit 37eb75aCopy full SHA for 37eb75a
numpy/_core/src/common/get_attr_string.h
@@ -45,7 +45,7 @@ _is_basic_python_type(PyTypeObject *tp)
45
* Assumes that the special method is a numpy-specific one, so does not look
46
* at builtin types. It does check base ndarray and numpy scalar types.
47
*
48
- * In future, could be made more like _Py_LookupSpecial
+ * It may make sense to just replace this with `PyObject_GetOptionalAttr`.
49
*/
50
static inline int
51
PyArray_LookupSpecial(
0 commit comments