]> granicus.if.org Git - python/commit
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 29 Sep 2019 12:00:35 +0000 (15:00 +0300)
committerGitHub <noreply@github.com>
Sun, 29 Sep 2019 12:00:35 +0000 (15:00 +0300)
commit58498bc7178608b1ab031994ca09c43889ce3e76
tree2b945023e53be4820c36bde1f95e4fb2c8523d43
parent9a7d9519506ae807ca48ff02e2ea117ebac3450e
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472)
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS.d/next/Library/2019-09-29-13-50-24.bpo-38019.6MoOE3.rst [new file with mode: 0644]