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 graingert
Recipients graingert
Date 2020-08-25.22:45:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
======================================================================
FAIL: test_call_later (test.test_asyncio.test_events.ProactorEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\a\cpython\cpython\lib\test\test_asyncio\test_events.py", line 301, in test_call_later
    self.assertTrue(0.08 <= t1-t0 <= 0.8, t1-t0)
AssertionError: False is not true : 0.07800000000020191

----------------------------------------------------------------------

https://github.com/python/cpython/pull/21956/checks?check_run_id=1028726196#step:5:4892
History
Date User Action Args
2020-08-25 22:45:53graingertsetrecipients: + graingert
2020-08-25 22:45:52graingertsetmessageid: <[email protected]>
2020-08-25 22:45:52graingertlinkissue41635 messages
2020-08-25 22:45:52graingertcreate