]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867) (GH-10872)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 Dec 2018 21:11:41 +0000 (13:11 -0800)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 3 Dec 2018 21:11:41 +0000 (23:11 +0200)
commitfe91e9ba08a8854e2149398386702828fe3c0038
tree759f204e6f98082c519567defa08b9ad9b060a49
parenta9f435e5d856fb62516b70a78217e40b90bec233
[3.7] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867) (GH-10872)

* bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867)
(cherry picked from commit 3bc0ebab17bf5a2c29d2214743c82034f82e6573)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/asyncio/base_events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS.d/next/Library/2018-12-03-14-41-11.bpo-35380.SdRF9l.rst [new file with mode: 0644]