commit | 5b1261d750793539cf4508a1e76c2f6d20900ac7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Jul 05 14:04:39 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Jul 05 14:04:39 2011 +0200 |
tree | 572bba5ca861d7a3fac3d0ad25570c96aa4f764d | |
parent | d9fc85db7f644c36d8709af49c97bed62451e59a [diff] | |
parent | 2cfb6f3aa086b1f500516372f7179f10c123a777 [diff] |
(merge 3.2) Issue #12493: subprocess: communicate() handles EINTR subprocess.Popen.communicate() now also handles EINTR errors if the process has only one pipe.