This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients koobs, serhiy.storchaka, vstinner
Date 2017-11-09.09:59:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510221557.29.0.213398074469.issue31893@psf.upfronthosting.co.za>
In-reply-to
Content
Test fails on x86 Tiger 2.7:

http://buildbot.python.org/all/#/builders/59/builds/17

======================================================================
FAIL: test_create_event (test.test_kqueue.TestKQueue)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/2.7.bolen-tiger/build/Lib/test/test_kqueue.py", line 39, in test_create_event
    self.assertRaises(TypeError, cmp, ev, None)
AssertionError: TypeError not raised
History
Date User Action Args
2017-11-09 09:59:17vstinnersetrecipients: + vstinner, serhiy.storchaka, koobs
2017-11-09 09:59:17vstinnersetmessageid: <1510221557.29.0.213398074469.issue31893@psf.upfronthosting.co.za>
2017-11-09 09:59:17vstinnerlinkissue31893 messages
2017-11-09 09:59:17vstinnercreate