]> granicus.if.org Git - python/commit
bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386)
authorAndrey Egorov <andr06@gmail.com>
Tue, 14 Nov 2017 09:18:59 +0000 (12:18 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 14 Nov 2017 09:18:59 +0000 (11:18 +0200)
commite1d62e0b7cc842d6b75b4d480391f4a94e503255
tree643f2a73d4675de5a0f21edd1c517ebc9db0f14f
parent56935a53b11b9a70f3e13e460777ec81a5b9195e
bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386)

* bpo-32015: Asyncio cycling during simultaneously socket read/write and reconnection

* Tests fix

* Tests fix

* News add

* Add new unit tests
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS.d/next/Library/2017-11-13-17-48-33.bpo-32015.4nqRTD.rst [new file with mode: 0644]