summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-01-18-16-23-00.bpo-35721.d8djAJ.rst
blob: 5af4b1b89994196e92e0cc1b2aed5faf14d03482 (plain)
1
2
3
Fix :meth:`asyncio.SelectorEventLoop.subprocess_exec()` leaks file descriptors
if ``Popen`` fails and called with ``stdin=subprocess.PIPE``.
Patch by Niklas Fiekas.