STINNER Victor <vstin...@redhat.com> added the comment:

By the way, asyncio doc is outdated:
"The default asyncio event loop implementation on Windows does not support 
subprocesses. Subprocesses are available for Windows if a ProactorEventLoop is 
used. See Subprocess Support on Windows for details."
https://docs.python.org/dev/library/asyncio-subprocess.html#creating-subprocesses

It's no longer true in Python 3.8:

"Changed in version 3.8: On Windows, ProactorEventLoop is now the default event 
loop."
https://docs.python.org/dev/library/asyncio-platforms.html

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35635>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to