summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-01-18-16-23-00.bpo-35721.d8djAJ.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-01-18-16-23-00.bpo-35721.d8djAJ.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2019-01-18-16-23-00.bpo-35721.d8djAJ.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-01-18-16-23-00.bpo-35721.d8djAJ.rst b/Misc/NEWS.d/next/Library/2019-01-18-16-23-00.bpo-35721.d8djAJ.rst
deleted file mode 100644
index 5af4b1b899..0000000000
--- a/Misc/NEWS.d/next/Library/2019-01-18-16-23-00.bpo-35721.d8djAJ.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Fix :meth:`asyncio.SelectorEventLoop.subprocess_exec()` leaks file descriptors
-if ``Popen`` fails and called with ``stdin=subprocess.PIPE``.
-Patch by Niklas Fiekas.