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 vstinner
Recipients asvetlov, stefan, vstinner, yselivanov
Date 2019-01-04.22:28:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546640926.57.0.333227628353.issue35635@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-01-04 22:28:47vstinnersetrecipients: + vstinner, stefan, asvetlov, yselivanov
2019-01-04 22:28:46vstinnersetmessageid: <1546640926.57.0.333227628353.issue35635@roundup.psfhosted.org>
2019-01-04 22:28:46vstinnerlinkissue35635 messages
2019-01-04 22:28:46vstinnercreate