STINNER Victor <victor.stin...@gmail.com> added the comment:

kqueue_event_richcompare() returns NotImplemented if other is not an event:

    if (!kqueue_event_Check(o)) {
        Py_INCREF(Py_NotImplemented);
        return Py_NotImplemented;
    }

So I don't understand why tests started to fail with the commit 
ce51890894be46f8f9d991a1d0ea1455fc41ccdc.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31893>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to