]> granicus.if.org Git - python/commit
bpo-32622: Native sendfile on windows (GH-5565)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 Feb 2018 17:10:58 +0000 (09:10 -0800)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2018 17:10:58 +0000 (09:10 -0800)
commit632c1cb57176d268d65a9fd7b00582f32e0884ee
tree451a0ddb3bbde0a59284dea71ae0b0eaee87e890
parentb6b6669cfd186f3ed1706c6d65ed83c31759a0ea
bpo-32622: Native sendfile on windows (GH-5565)

* Support sendfile on Windows Proactor event loop naively.
(cherry picked from commit a19fb3c6aaa7632410d1d9dcb395d7101d124da4)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
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