]> granicus.if.org Git - python/commit
bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172)
authorYury Selivanov <yury@magic.io>
Mon, 28 May 2018 22:31:55 +0000 (18:31 -0400)
committerGitHub <noreply@github.com>
Mon, 28 May 2018 22:31:55 +0000 (18:31 -0400)
commit7165754b6b5f3b7c07050d921fa1c58bba5f0ff1
treea459d092b94d1c8e9498842192735f8486dd926e
parent416c1ebd9896b394790dcb4f9f035b1a44ebe9ff
bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172)
Lib/asyncio/base_events.py
Lib/asyncio/constants.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS.d/next/Library/2018-05-28-16-19-35.bpo-32410.Z1DZaF.rst [new file with mode: 0644]