Message73547
| Author | gregory.p.smith |
|---|---|
| Recipients | gregory.p.smith, tebeka |
| Date | 2008-09-22.00:48:39 |
| SpamBayes Score | 0.021969732 |
| Marked as misclassified | No |
| Message-id | <1222044521.26.0.230864023994.issue3593@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is not a subprocess bug. the os's pipe buffer filled up so the process never terminated to be noticed by wait. see: http://docs.python.org/dev/library/subprocess.html#subprocess.Popen.wait use communicate() instead of wait(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-09-22 00:48:41 | gregory.p.smith | set | recipients: + gregory.p.smith, tebeka |
| 2008-09-22 00:48:41 | gregory.p.smith | set | messageid: <1222044521.26.0.230864023994.issue3593@psf.upfronthosting.co.za> |
| 2008-09-22 00:48:40 | gregory.p.smith | link | issue3593 messages |
| 2008-09-22 00:48:39 | gregory.p.smith | create | |