[issue31893] Issues with kqueue

STINNER Victor report at bugs.python.org
Thu Nov 9 05:02:20 EST 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

Same failure on x86-64 El Capitan 2.7/
http://buildbot.python.org/all/#builders/98/builds/17

======================================================================
FAIL: test_create_event (test.test_kqueue.TestKQueue)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/2.7.billenstein-elcapitan/build/Lib/test/test_kqueue.py", line 39, in test_create_event
    self.assertRaises(TypeError, cmp, ev, None)
AssertionError: TypeError not raised

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31893>
_______________________________________


More information about the Python-bugs-list mailing list