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