]> granicus.if.org Git - python/commit
bpo-32622: Enforce sendfile fallback policy for FALLBACK transports (#5364)
authorYury Selivanov <yury@magic.io>
Sat, 27 Jan 2018 20:52:52 +0000 (15:52 -0500)
committerGitHub <noreply@github.com>
Sat, 27 Jan 2018 20:52:52 +0000 (15:52 -0500)
commitb1a6ac4c4026d648b3d948945b734a4d0f175a3c
tree6abf3b571d36187177b3dbae470f59a6f768a52a
parent7c684073f951dd891021676ecfd86ffc18b8895e
bpo-32622: Enforce sendfile fallback policy for FALLBACK transports (#5364)
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_events.py