]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(merge 3.2) Issue #12493: subprocess: communicate() handles EINTR
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 5 Jul 2011 12:04:39 +0000 (14:04 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 5 Jul 2011 12:04:39 +0000 (14:04 +0200)
commit5b1261d750793539cf4508a1e76c2f6d20900ac7
tree572bba5ca861d7a3fac3d0ad25570c96aa4f764d
parentd9fc85db7f644c36d8709af49c97bed62451e59a
parent2cfb6f3aa086b1f500516372f7179f10c123a777
(merge 3.2) Issue #12493: subprocess: communicate() handles EINTR

subprocess.Popen.communicate() now also handles EINTR errors if the process has
only one pipe.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS