Message157014
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | alexis.d, amaury.forgeotdarc, brian.curtin, neologix, r.david.murray |
| Date | 2012-03-29.09:32:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1333013548.31.0.773044743777.issue14433@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
sys.stdin and others are created with "closefd=False", so close() has no effect. Try os.close(0) instead... |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-03-29 09:32:28 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, r.david.murray, brian.curtin, neologix, alexis.d |
| 2012-03-29 09:32:28 | amaury.forgeotdarc | set | messageid: <1333013548.31.0.773044743777.issue14433@psf.upfronthosting.co.za> |
| 2012-03-29 09:32:27 | amaury.forgeotdarc | link | issue14433 messages |
| 2012-03-29 09:32:27 | amaury.forgeotdarc | create | |