[issue19262] Add asyncio (tulip, PEP 3156) to stdlib

koobs report at bugs.python.org
Fri Oct 18 23:34:24 CEST 2013


koobs added the comment:

@Guido, another expected delay test failure:

======================================================================
FAIL: test_run_until_complete (test.test_asyncio.test_events.KqueueEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/test/test_asyncio/test_events.py", line 218, in test_run_until_complete
    self.assertTrue(0.08 <= t1-t0 <= 0.12, t1-t0)
AssertionError: False is not true : 0.12018337799236178

Note: Also referenced "upstream" :]

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19262>
_______________________________________


More information about the Python-bugs-list mailing list