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 terry.reedy
Recipients asvetlov, giampaolo.rodola, pitrou, terry.reedy, yselivanov
Date 2018-01-05.20:41:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515184914.7.0.467229070634.issue32458@psf.upfronthosting.co.za>
In-reply-to
Content
After fresh update and debug rebuild on master(3.7), with Win10 patched last night, I got
======================================================================
FAIL: test_call_later (test.test_asyncio.test_events.ProactorEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "F:\dev\3x\lib\test\test_asyncio\test_events.py", line 290, in test_call_later
    self.assertTrue(0.08 <= t1-t0 <= 0.8, t1-t0)
AssertionError: False is not true : 0.07800000000861473

I have not seen this before.  Four subsequent runs passed.
History
Date User Action Args
2018-01-05 20:41:54terry.reedysetrecipients: + terry.reedy, pitrou, giampaolo.rodola, asvetlov, yselivanov
2018-01-05 20:41:54terry.reedysetmessageid: <1515184914.7.0.467229070634.issue32458@psf.upfronthosting.co.za>
2018-01-05 20:41:54terry.reedylinkissue32458 messages
2018-01-05 20:41:54terry.reedycreate