Message305964
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. |
|
| Date |
User |
Action |
Args |
| 2017-11-09 15:09:28 | vstinner | set | recipients:
+ vstinner, serhiy.storchaka, koobs |
| 2017-11-09 15:09:28 | vstinner | set | messageid: <1510240168.34.0.213398074469.issue31893@psf.upfronthosting.co.za> |
| 2017-11-09 15:09:28 | vstinner | link | issue31893 messages |
| 2017-11-09 15:09:28 | vstinner | create | |
|