Message125509
| 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: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 | |