]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) (#7182)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 May 2018 01:42:45 +0000 (18:42 -0700)
committerNed Deily <nad@python.org>
Tue, 29 May 2018 01:42:45 +0000 (21:42 -0400)
commit420092e255389008b399efa61db300fe44356ee8
treedac590abb3c2b8ce1eb396c51b9e5f1ada5e8982
parenta379dea11e989da73c335a83ea7368c5e070987e
bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) (#7182)

(cherry picked from commit 7165754b6b5f3b7c07050d921fa1c58bba5f0ff1)

Co-authored-by: Yury Selivanov <yury@magic.io>
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]