summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2019-09-29 15:00:35 +0300
committerGitHub <noreply@github.com>2019-09-29 15:00:35 +0300
commit58498bc7178608b1ab031994ca09c43889ce3e76 (patch)
tree2b945023e53be4820c36bde1f95e4fb2c8523d43 /Misc/NEWS.d
parent9a7d9519506ae807ca48ff02e2ea117ebac3450e (diff)
downloadcpython-git-58498bc7178608b1ab031994ca09c43889ce3e76.tar.gz
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.rst1
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 0000000000..aa5a23de24
--- /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.