This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stutzbach
Recipients exarkun, stutzbach, zooko
Date 2009-03-29.22:41:58
SpamBayes Score 3.0408644e-05
Marked as misclassified No
Message-id <1238366521.72.0.28518427411.issue4295@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2009-03-29 22:42:02stutzbachsetrecipients: + stutzbach, zooko, exarkun
2009-03-29 22:42:01stutzbachsetmessageid: <1238366521.72.0.28518427411.issue4295@psf.upfronthosting.co.za>
2009-03-29 22:41:59stutzbachlinkissue4295 messages
2009-03-29 22:41:59stutzbachcreate