Message77891
| Author | ggenellina |
|---|---|
| Recipients | amy20_z, belopolsky, ggenellina, lemur, vstinner |
| Date | 2008-12-15.23:24:00 |
| SpamBayes Score | 1.3304972e-07 |
| Marked as misclassified | No |
| Message-id | <1229383520.51.0.921073409236.issue4216@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I think communicate() works as documented now: reads stdout/stderr until EOF, *and* waits for subprocess to terminate. You're asking for a different method, or perhaps an optional parameter "return_when_died" to communicate, so it returns as soon as the child process terminates (I don't like the parameter name...) I think this is more a feature request than a crash, targeted to 2.7/3.1 - 2.4 only gets security fixes anyway. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-12-15 23:25:20 | ggenellina | set | recipients: + ggenellina, belopolsky, vstinner, amy20_z, lemur |
| 2008-12-15 23:25:20 | ggenellina | set | messageid: <1229383520.51.0.921073409236.issue4216@psf.upfronthosting.co.za> |
| 2008-12-15 23:24:01 | ggenellina | link | issue4216 messages |
| 2008-12-15 23:24:00 | ggenellina | create | |