commit | e790131dc6f2e4c125f29c882e64f3c88a4210d1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Jul 05 14:08:01 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Jul 05 14:08:01 2011 +0200 |
tree | 7440e0e559e78000a3ce242aabaab4209ebd86be | |
parent | 4c41f84033ed257b3ef6586acd12ff87d00fa323 [diff] |
Issue #12493: subprocess: communicate() handles EINTR subprocess.Popen.communicate() now also handles EINTR errors if the process has only one pipe.