]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 15 Jun 2019 11:56:27 +0000 (14:56 +0300)
committerGitHub <noreply@github.com>
Sat, 15 Jun 2019 11:56:27 +0000 (14:56 +0300)
commite5d67f1e31381d28b24f6e1c0f8388d9bf0bfc5f
tree372af80a729cbe0871dac49360b63bdd3ebc7a06
parent30cac20101717e7cbb13db470787f8437bd98b04
[3.7] bpo-37279: Fix asyncio sendfile support when  extra data are sent in fallback mode. (GH-14075). (GH-14103)

(cherry picked from commit ef2152354f03a165c5e3adb53e2276934fabd50a)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS.d/next/Library/2019-06-14-13-25-56.bpo-37279.OHlW6l.rst [new file with mode: 0644]