]> granicus.if.org Git - python/commit
bpo-32622: Native sendfile on windows (#5565)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 25 Feb 2018 16:32:14 +0000 (19:32 +0300)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2018 16:32:14 +0000 (19:32 +0300)
commita19fb3c6aaa7632410d1d9dcb395d7101d124da4
tree476902dc75526cc8bb22c41cf213416384c36805
parent5fb632e83136399bad9427ee23ec8b771695290a
bpo-32622: Native sendfile on windows (#5565)

* Support sendfile on Windows Proactor event loop naively.
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
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS.d/next/Library/2018-02-06-17-58-15.bpo-32622.AE0Jz7.rst [new file with mode: 0644]
Modules/overlapped.c