[issue22439] subprocess.PIPE.stdin.flush() causes to hang while subprocess.PIPE.stdin.close() not

R. David Murray report at bugs.python.org
Fri Sep 19 03:40:18 CEST 2014


R. David Murray added the comment:

This has nothing to do with subprocess.  If you call a (blocking and unlimited) read() on a file, the read will not return until the file is closed.

----------
nosy: +r.david.murray
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list