SIGN IN SIGN UP

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.
V
Victor Stinner committed
cc996b57890a251cef83101d5cfcbc58179cba5f
Parent: 38bf87c