]> granicus.if.org Git - python/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:20:15 +0000 (05:20 -0700)
committerGitHub <noreply@github.com>
Sun, 29 Sep 2019 12:20:15 +0000 (05:20 -0700)
commit19cd5951ec4480c7cfcbcc379b36902312cfb8b8
treee4f1bb2c71849d8154349f60d3bea62924e47082
parent36c6fa968016a46a39c3cdbd0a17ea5490dfa343
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]