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 jafo
Recipients jafo, luis@luispedro.org
Date 2007-09-18.04:14:57
SpamBayes Score 0.0058768336
Marked as misclassified No
Message-id <1190088898.68.0.0546179152957.issue1149@psf.upfronthosting.co.za>
In-reply-to
Content
I do not believe this is a Python problem but instead a problem with
your code.  I believe the problem is likely that you still have a copy
of the stdout is open, the fork that is reading also gets associated
with that same file.  I can't point you at any specific references, but
you should check Posix references or possibly other sources for more
information about side-effects such as this.

These interactions, I have found, can be pretty subtle, so you may need
to spend some time on getting everything right.
History
Date User Action Args
2007-09-18 04:14:59jafosetspambayes_score: 0.00587683 -> 0.0058768336
recipients: + jafo, luis@luispedro.org
2007-09-18 04:14:58jafosetspambayes_score: 0.00587683 -> 0.00587683
messageid: <1190088898.68.0.0546179152957.issue1149@psf.upfronthosting.co.za>
2007-09-18 04:14:58jafolinkissue1149 messages
2007-09-18 04:14:57jafocreate