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 gregory.p.smith
Recipients DragonSA, Pankrat, Rhamphoryncus, benjamin.peterson, bpcreech, chrismiles, ggenellina, gregory.p.smith, jyasskin, oefe, rcronk
Date 2011-01-06.06:36:24
SpamBayes Score 2.4443945e-05
Marked as misclassified No
Message-id <1294295786.81.0.302896471561.issue2320@psf.upfronthosting.co.za>
In-reply-to
Content
This is likely solved in py3k 3.2 with the C _posixsubprocess.c module.  The pipe creation and cloexec flag setting is all done atomically when possible, and at least with the GIL held when not.  close_fds also now defaults to True.
History
Date User Action Args
2011-01-06 06:36:26gregory.p.smithsetrecipients: + gregory.p.smith, oefe, ggenellina, Rhamphoryncus, jyasskin, benjamin.peterson, Pankrat, bpcreech, DragonSA, chrismiles, rcronk
2011-01-06 06:36:26gregory.p.smithsetmessageid: <1294295786.81.0.302896471561.issue2320@psf.upfronthosting.co.za>
2011-01-06 06:36:24gregory.p.smithlinkissue2320 messages
2011-01-06 06:36:24gregory.p.smithcreate