bpo-32622: Implement loop.sendfile() (#5271)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 27 Jan 2018 19:22:47 +0000 (21:22 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Jan 2018 19:22:47 +0000 (21:22 +0200)
commit7c684073f951dd891021676ecfd86ffc18b8895e
treeb19f8254e8c3f3ac516b922eda7b985edbfebf70
parentf13f12d8daa587b5fcc66fe3ed1090a5dadab289
bpo-32622: Implement loop.sendfile() (#5271)
12 files changed:
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/asyncio/constants.py
Lib/asyncio/events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/sslproto.py
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS.d/next/Library/2018-01-22-18-18-44.bpo-32622.A1D6FP.rst [new file with mode: 0644]
Modules/overlapped.c