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 gburgess
Recipients gburgess
Date 2019-07-06.22:44:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562453072.09.0.91038382459.issue37516@roundup.psfhosted.org>
In-reply-to
Content
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
...
History
Date User Action Args
2019-07-06 22:44:32gburgesssetrecipients: + gburgess
2019-07-06 22:44:32gburgesssetmessageid: <1562453072.09.0.91038382459.issue37516@roundup.psfhosted.org>
2019-07-06 22:44:32gburgesslinkissue37516 messages
2019-07-06 22:44:31gburgesscreate