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-10-31.14:27:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509460053.12.0.213398074469.issue31893@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, the commit also broke the "x86 Tiger 3.x buildbot:

http://buildbot.python.org/all/#/builders/30/builds/93

======================================================================
FAIL: test_create_event (test.test_kqueue.TestKQueue)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_kqueue.py", line 71, in test_create_event
    self.assertEqual(ev.data, 5)
AssertionError: 25769803781 != 5
History
Date User Action Args
2017-10-31 14:27:33vstinnersetrecipients: + vstinner, serhiy.storchaka, koobs
2017-10-31 14:27:33vstinnersetmessageid: <1509460053.12.0.213398074469.issue31893@psf.upfronthosting.co.za>
2017-10-31 14:27:33vstinnerlinkissue31893 messages
2017-10-31 14:27:33vstinnercreate