]> granicus.if.org Git - python/commit
bpo-29883: Asyncio proactor udp (GH-13440)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 28 May 2019 09:52:15 +0000 (12:52 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 May 2019 09:52:15 +0000 (02:52 -0700)
commitbafd4b5ac83b6cc0b7455290a04c4bfad34bdc90
treebfb330fd3530eec1781d35b4b0c8339f93018951
parent9ee2c264c37a71bd1c60f6032c50630b87e3c611
bpo-29883: Asyncio proactor udp (GH-13440)

Follow-up for #1067

https://bugs.python.org/issue29883
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-platforms.rst
Lib/asyncio/proactor_events.py
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_proactor_events.py
Misc/NEWS.d/next/Windows/2018-09-15-11-36-55.bpo-29883.HErerE.rst [new file with mode: 0644]
Modules/overlapped.c