]> granicus.if.org Git - python/commit
[3.6] bpo-32015: Asyncio looping during simultaneously socket read/write an… (GH...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 14 Nov 2017 10:14:51 +0000 (12:14 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2017 10:14:51 +0000 (12:14 +0200)
commitcc0961c517c31578f6a40a4dc7ea177d62c256b7
treecd94f46d08231dabc271712e4cc35f6bebdc3dfc
parent58cbae22930486814cc01cf9f981d9fe5e0c68f9
[3.6] bpo-32015: Asyncio looping during simultaneously socket read/write an… (GH-4386) (#4393)

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

* Tests fix

* Tests fix

* News add

* Add new unit tests.
(cherry picked from commit e1d62e0b7cc842d6b75b4d480391f4a94e503255)
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]