Issue #12493: subprocess: communicate() handles EINTR
subprocess.Popen.communicate() now also handles EINTR errors if the process has only one pipe.
Showing
Please register or sign in to comment
subprocess.Popen.communicate() now also handles EINTR errors if the process has only one pipe.