Anyone know what _PyADt is? It turns up in ndarraytypes.h

#define PyDataType_ISBOOL(obj) PyTypeNum_ISBOOL(_PyADt(obj))

and only there. It's not in the build directory, google yields nothing. I
suspect it is an historical artifact turned bug and should be replaced by
((PyArray_Descr*)(obj))->type_num.

Chuck
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to