[issue26909] Asyncio: Pipes and socket IO is very slow

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +974 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue26909] Asyncio: Pipes and socket IO is very slow

2016-09-15 Thread Yury Selivanov
Yury Selivanov added the comment: Closing this one. Thank you Mark for discovering the issue and suggesting a solution (still hope we'll commit your patch in 3.7). Thank you INADA Naoki for the patch! -- resolution: -> fixed stage: -> resolved status: open -> closed ___

[issue26909] Asyncio: Pipes and socket IO is very slow

2016-09-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset e6adc2448c3d by Yury Selivanov in branch '3.5': Issue #26909: Fix slow pipes IO in asyncio. https://hg.python.org/cpython/rev/e6adc2448c3d New changeset c462db8985d8 by Yury Selivanov in branch '3.6': Merge 3.5 (asyncio, issue #26909) https://hg.pyt

[issue26909] Asyncio: Pipes and socket IO is very slow

2016-05-16 Thread Марк Коренберг
Changes by Марк Коренберг : -- title: Serious performance loss (10 times) when NOT using .drain() -> Asyncio: Pipes and socket IO is very slow ___ Python tracker ___ ___