[issue35380] Enable TCP_NODELAY for proactor event loop

2018-12-05 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6 ___ Python tracker ___

[issue35380] Enable TCP_NODELAY for proactor event loop

2018-12-05 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset bfb881849f588cd2046776fb431c3045781c8214 by Andrew Svetlov in branch '3.6': [3.6] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867). (GH-10874) https://github.com/python/cpython/commit/bfb881849f588cd2046776fb431c3045781c8214 -

[issue35380] Enable TCP_NODELAY for proactor event loop

2018-12-03 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset fe91e9ba08a8854e2149398386702828fe3c0038 by Andrew Svetlov (Miss Islington (bot)) in branch '3.7': [3.7] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867) (GH-10872) https://github.com/python/cpython/commit/fe91e9ba08a8854e214939

[issue35380] Enable TCP_NODELAY for proactor event loop

2018-12-03 Thread Andrew Svetlov
Change by Andrew Svetlov : -- pull_requests: +10111 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35380] Enable TCP_NODELAY for proactor event loop

2018-12-03 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset 3bc0ebab17bf5a2c29d2214743c82034f82e6573 by Andrew Svetlov in branch 'master': bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867) https://github.com/python/cpython/commit/3bc0ebab17bf5a2c29d2214743c82034f82e6573 -- ___

[issue35380] Enable TCP_NODELAY for proactor event loop

2018-12-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +10109 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35380] Enable TCP_NODELAY for proactor event loop

2018-12-03 Thread Andrew Svetlov
Change by Andrew Svetlov : -- keywords: +patch pull_requests: +10103 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue35380] Enable TCP_NODELAY for proactor event loop

2018-12-02 Thread Andrew Svetlov
Change by Andrew Svetlov : -- assignee: -> asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35380] Enable TCP_NODELAY for proactor event loop

2018-12-02 Thread Andrew Svetlov
New submission from Andrew Svetlov : We do it for selector based loops already, let's be consistent. I think the feature should be backported to 3.7 too. -- components: asyncio messages: 330903 nosy: asvetlov, yselivanov priority: normal severity: normal status: open title: Enable TCP_