[issue32015] Asyncio looping during simultaneously socket read/write and reconnection

2017-11-14 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset cc0961c517c31578f6a40a4dc7ea177d62c256b7 by Andrew Svetlov in branch '3.6': [3.6] bpo-32015: Asyncio looping during simultaneously socket read/write an… (GH-4386) (#4393)

[issue32015] Asyncio looping during simultaneously socket read/write and reconnection

2017-11-14 Thread Andrew Svetlov
Change by Andrew Svetlov : -- pull_requests: +4341 ___ Python tracker ___ ___

[issue32015] Asyncio looping during simultaneously socket read/write and reconnection

2017-11-14 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.5, Python 3.8 ___ Python tracker

[issue32015] Asyncio looping during simultaneously socket read/write and reconnection

2017-11-14 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset e1d62e0b7cc842d6b75b4d480391f4a94e503255 by Andrew Svetlov (Andrey Egorov) in branch 'master': bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386)

[issue32015] Asyncio looping during simultaneously socket read/write and reconnection

2017-11-13 Thread Andrey
Change by Andrey : -- title: Asyncio cycling during simultaneously socket read/write and reconnection -> Asyncio looping during simultaneously socket read/write and reconnection ___ Python tracker