]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.4) asyncio, tulip issue 190: Process.communicate() must ignore
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 17 Jul 2014 10:48:33 +0000 (12:48 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 17 Jul 2014 10:48:33 +0000 (12:48 +0200)
commit0d35741b167b6c7fdd201944c0e57379b1f246fd
tree5aa00cc3059a2ae98498960b791f4be9eb58cb75
parent68f411670ec2145e783ea657c9d54a0a14815048
parentcc996b57890a251cef83101d5cfcbc58179cba5f
(Merge 3.4) asyncio, tulip issue 190: Process.communicate() must ignore
BrokenPipeError

If you want to handle the BrokenPipeError, you can easily reimplement
communicate().

Add also a unit test to ensure that stdin.write() + stdin.drain() raises
BrokenPipeError.