We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49444fb commit f27bef3Copy full SHA for f27bef3
Doc/library/asyncio-eventloop.rst
@@ -1243,9 +1243,10 @@ async/await code consider using the high-level
1243
1244
.. note::
1245
1246
- The default asyncio event loop on **Windows** does not support
1247
- subprocesses. See :ref:`Subprocess Support on Windows
1248
- <asyncio-windows-subprocess>` for details.
+ On Windows, the default event loop :class:`ProactorEventLoop` supports
+ subprocesses, whereas :class:`SelectorEventLoop` does not. See
+ :ref:`Subprocess Support on Windows <asyncio-windows-subprocess>` for
1249
+ details.
1250
1251
.. coroutinemethod:: loop.subprocess_exec(protocol_factory, *args, \
1252
stdin=subprocess.PIPE, stdout=subprocess.PIPE, \
0 commit comments