[issue26372] Popen.communicate not ignoring BrokenPipeError

Serhiy Storchaka report at bugs.python.org
Wed Feb 24 02:59:32 EST 2016


Serhiy Storchaka added the comment:

This is just the bug I reported in msg236951.

Text streams are buffered, thus setting bufsize=0 does not help if universal_newlines=True.

Added comments on Rietveld.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26372>
_______________________________________


More information about the Python-bugs-list mailing list