<br><br><div class="gmail_quote">On Fri, Jun 20, 2008 at 11:21 PM, Charles R Harris <<a href="mailto:charlesr.harris@gmail.com">charlesr.harris@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Shouldn't this raise an NotImplementedError exception?<br><br>In [7]: type(remainder(complex192(1), complex192(1)))<br>Out[7]: <type 'NotImplementedType'><br></blockquote><div><br>I suspect these types should both have <code><span style="font-family: arial,sans-serif;">Py_TPFLAGS_CHECKTYPES</span> </code>bit set in the tp_flag so that python will raise a TypeError.<br>
<br>Chuck<br></div></div><br>