]> granicus.if.org Git - python/commit
Issue #12493: subprocess: communicate() handles EINTR
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 5 Jul 2011 12:08:01 +0000 (14:08 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 5 Jul 2011 12:08:01 +0000 (14:08 +0200)
commite790131dc6f2e4c125f29c882e64f3c88a4210d1
tree7440e0e559e78000a3ce242aabaab4209ebd86be
parent4c41f84033ed257b3ef6586acd12ff87d00fa323
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