]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 29 Sep 2019 12:19:11 +0000 (05:19 -0700)
committerGitHub <noreply@github.com>
Sun, 29 Sep 2019 12:19:11 +0000 (05:19 -0700)
commit1c3e4691bb41fa070d6f4836cb03005123e53e4b
tree5faecc459a524f8159fe5350676b4b01d8d84108
parent80dd66ac278ecbabbf843526e3a56f5031da9562
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472)

(cherry picked from commit 58498bc7178608b1ab031994ca09c43889ce3e76)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
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]