Mark Dickinson <[EMAIL PROTECTED]> added the comment: With the lines Raymond mentions restored, all tests (including the extra tests Christian's posted here) pass for me, and I also get:
>>> a = [float('nan')] >>> a == a True Incidentally, it looks as though the PyObject_RichCompareBool lines were removed in r51533. _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4296> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com