[issue10963] "subprocess" can raise OSError (EPIPE) when communicating with short-lived processes

Serhiy Storchaka report at bugs.python.org
Sun Mar 1 10:31:25 CET 2015


Serhiy Storchaka added the comment:

self.stdout.close() also can fail with EPIPE or EINVAL if the stream is buffered (text streams are buffered). I.e. communicate() in text mode can loss the data. See also issue21619.

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

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


More information about the Python-bugs-list mailing list