commit | cc996b57890a251cef83101d5cfcbc58179cba5f | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Jul 17 12:25:27 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Jul 17 12:25:27 2014 +0200 |
tree | 6e4192cd348196825f50ddc81dad99edbcd0902b | |
parent | 38bf87c7f285b9ad03feea765ddad9f607876591 [diff] |
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.