STINNER Victor added the comment:

It looks like asyncio.subprocess has a similar issue in Process._feed_stdin, 
but I'm not sure that stdin.close() can trigger BrokenPipeError. Well, it 
wouldn't hurd to protect stdin.close() with a try/except BrokenPipeError too ;-)

----------
versions: +Python 2.7, Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26372>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to