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 Pankrat
Recipients Pankrat, benjamin.peterson, jyasskin
Date 2008-03-20.10:39:13
SpamBayes Score 0.28730556
Marked as misclassified No
Message-id <1206009554.56.0.438745904282.issue2320@psf.upfronthosting.co.za>
In-reply-to
Content
Just realized that passing 'close_fds=True' also circumvents the problem:

s = subprocess.Popen(("cat"), stdin=subprocess.PIPE, close_fds=True)

Should this issue be closed as it's that easy to avoid? I would still
like to know what happens here, though.
History
Date User Action Args
2008-03-20 10:39:14Pankratsetspambayes_score: 0.287306 -> 0.28730556
recipients: + Pankrat, jyasskin, benjamin.peterson
2008-03-20 10:39:14Pankratsetspambayes_score: 0.287306 -> 0.287306
messageid: <1206009554.56.0.438745904282.issue2320@psf.upfronthosting.co.za>
2008-03-20 10:39:14Pankratlinkissue2320 messages
2008-03-20 10:39:13Pankratcreate