[Python-Dev] PyObject_RichCompareBool identity shortcut

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Apr 28 00:32:55 CEST 2011


Guido van Rossum wrote:

> Maybe we should just call off the odd NaN comparison behavior?

That's probably as good an idea as anything.

The weirdness of NaNs is supposed to ensure that they
propagate through a computation as a kind of exception
signal. But to make that work properly, comparing two
NaNs should really give you a NaB (Not a Boolean). As
long as we're not doing that, we might as well treat
NaNs sanely as Python objects.

-- 
Greg


More information about the Python-Dev mailing list