[issue37381] Script using ProactorEventLoop does not exit cleanly on Windows with multiple subprocesses

William D. Jones report at bugs.python.org
Sun Jun 23 18:59:00 EDT 2019


William D. Jones <wjones at wdj-consulting.com> added the comment:

Update: It turns out multiple spawned subprocesses are NOT required. If I replace "(short_fut, _) = await spawn()" with "short_fut = asyncio.ensure_future(asyncio.sleep(4))", the hang still occurs.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37381>
_______________________________________


More information about the Python-bugs-list mailing list