Message125509
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. |
|
Date |
User |
Action |
Args |
2011-01-06 06:36:26 | gregory.p.smith | set | recipients:
+ gregory.p.smith, oefe, ggenellina, Rhamphoryncus, jyasskin, benjamin.peterson, Pankrat, bpcreech, DragonSA, chrismiles, rcronk |
2011-01-06 06:36:26 | gregory.p.smith | set | messageid: <1294295786.81.0.302896471561.issue2320@psf.upfronthosting.co.za> |
2011-01-06 06:36:24 | gregory.p.smith | link | issue2320 messages |
2011-01-06 06:36:24 | gregory.p.smith | create | |
|