[issue37516] buid error - test_asyncio fails during make
Gordon R. Burgess
report at bugs.python.org
Sat Jul 6 18:44:32 EDT 2019
Gordon R. Burgess <gordon at parasamgate.com> added the comment:
I got excited prematurely - this is farther down in the log on the second build:
...
0:16:09 load avg: 0.84 [341/423] test_sys_settrace
unhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-4016' coro=<<async_generator_athrow without __name__>()> exception=RuntimeError("can't send non-None value to a just-started coroutine")>
RuntimeError: can't send non-None value to a just-started coroutine
unhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-4019' coro=<<async_generator_athrow without __name__>()> exception=RuntimeError("can't send non-None value to a just-started coroutine")>
RuntimeError: can't send non-None value to a just-started coroutine
0:16:10 load avg: 0.84 [342/423] test_sysconfig
...
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37516>
_______________________________________
More information about the Python-bugs-list
mailing list