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 Rhamphoryncus
Recipients Pankrat, Rhamphoryncus, benjamin.peterson, gregory.p.smith, jyasskin
Date 2008-06-14.07:00:02
SpamBayes Score 0.054209307
Marked as misclassified No
Message-id <1213426806.03.0.13747025133.issue2320@psf.upfronthosting.co.za>
In-reply-to
Content
This is messy.  File descriptors from other threads are leaking into
child processes, and if the write end of a pipe never gets closed in all
of them the read end won't get EOF.

I suspect "cat"'s stdin is getting duplicated like that, but I haven't
been able to verify - /proc/<pid>/fd claims fd 0 is /dev/pts/2.  Maybe
libc does some remapping.
History
Date User Action Args
2008-06-14 07:00:06Rhamphoryncussetspambayes_score: 0.0542093 -> 0.054209307
recipients: + Rhamphoryncus, gregory.p.smith, jyasskin, benjamin.peterson, Pankrat
2008-06-14 07:00:06Rhamphoryncussetspambayes_score: 0.0542093 -> 0.0542093
messageid: <1213426806.03.0.13747025133.issue2320@psf.upfronthosting.co.za>
2008-06-14 07:00:04Rhamphoryncuslinkissue2320 messages
2008-06-14 07:00:03Rhamphoryncuscreate