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 vstinner
Date 2020-12-03.12:30:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606998602.75.0.120891089578.issue42553@roundup.psfhosted.org>
In-reply-to
Content
FAIL: test_call_later (test.test_asyncio.test_events.SelectEventLoopTests)
----------------------------------------------------------------------
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.07799999999997453

https://github.com/python/cpython/pull/23626/checks?check_run_id=1492411421
History
Date User Action Args
2020-12-03 12:30:02vstinnersetrecipients: + vstinner
2020-12-03 12:30:02vstinnersetmessageid: <1606998602.75.0.120891089578.issue42553@roundup.psfhosted.org>
2020-12-03 12:30:02vstinnerlinkissue42553 messages
2020-12-03 12:30:02vstinnercreate