]> granicus.if.org Git - python/commit
asyncio: Add support for running subprocesses on Windows with the IOCP event loop...
authorGuido van Rossum <guido@dropbox.com>
Wed, 30 Oct 2013 21:52:03 +0000 (14:52 -0700)
committerGuido van Rossum <guido@dropbox.com>
Wed, 30 Oct 2013 21:52:03 +0000 (14:52 -0700)
commit5969128a865db887a8a723acc46d5ebd720ebfe8
tree1193fcefd2ff8e5ada11d2fd507deeab8b5826ac
parent90fb914b4b90f74a9ab4c12d2a3aa2fa2090f3c7
asyncio: Add support for running subprocesses on Windows with the IOCP event loop (Richard Oudkerk).
Lib/asyncio/__init__.py
Lib/asyncio/proactor_events.py
Lib/asyncio/unix_events.py
Lib/asyncio/windows_events.py
Lib/asyncio/windows_utils.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_windows_utils.py