diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2019-09-29 12:00:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-29 12:00:35 (GMT) |
commit | 58498bc7178608b1ab031994ca09c43889ce3e76 (patch) | |
tree | 2b945023e53be4820c36bde1f95e4fb2c8523d43 /Misc/NEWS.d | |
parent | 9a7d9519506ae807ca48ff02e2ea117ebac3450e (diff) | |
download | cpython-58498bc7178608b1ab031994ca09c43889ce3e76.zip cpython-58498bc7178608b1ab031994ca09c43889ce3e76.tar.gz cpython-58498bc7178608b1ab031994ca09c43889ce3e76.tar.bz2 |
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-09-29-13-50-24.bpo-38019.6MoOE3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-09-29-13-50-24.bpo-38019.6MoOE3.rst b/Misc/NEWS.d/next/Library/2019-09-29-13-50-24.bpo-38019.6MoOE3.rst new file mode 100644 index 0000000..aa5a23d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-09-29-13-50-24.bpo-38019.6MoOE3.rst @@ -0,0 +1 @@ +Correctly handle pause/resume reading of closed asyncio unix pipe. |