summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-10-31-19-23-25.bpo-35182.hzeNl9.rst
blob: 9438cd8f9fd0ba945b9e600260a9c35f9448e44c (plain)
1
2
3
Fixed :func:`Popen.communicate` subsequent call crash when the child process
has already closed any piped standard stream, but still continues to be
running. Patch by Andriy Maletsky.