[issue4295] closing stdout in a child process on cygwin means that process doesn't receive bytes from stdin anymore. I think.

Daniel Stutzbach report at bugs.python.org
Mon Mar 30 00:42:01 CEST 2009


Daniel Stutzbach <daniel at stutzbachenterprises.com> added the comment:

I created a simple parent/child pair using subprocess under cygwin and
Python 2.5 and for me closing stdout did not affect stdin.

It would appear the problem is caused by something else?

----------
nosy: +stutzbach
Added file: http://bugs.python.org/file13463/parent.py

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


More information about the Python-bugs-list mailing list