On 11/13/2014 1:32 PM, Nathaniel Smith wrote:
> I think you're being misled by buggy exception handling weirdness,
> where the ValueError raised by calling __bool__ is getting delayed,
> and then pre-empting the AttributeError that should be generated by
> the call to __nonzero__.


Aha!
Thanks.

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to