On Fri, Jun 20, 2008 at 11:21 PM, Charles R Harris <
[EMAIL PROTECTED]> wrote:

> Shouldn't this raise an NotImplementedError exception?
>
> In [7]: type(remainder(complex192(1), complex192(1)))
> Out[7]: <type 'NotImplementedType'>
>

I suspect these types should both have Py_TPFLAGS_CHECKTYPES bit set in the
tp_flag so that python will raise a TypeError.

Chuck
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to