Message 207137 - Python tracker
Message207137
| Author | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson |
| Date | 2014-01-01.18:13:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1388600000.81.0.911230526926.issue20104@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
posix_spawn is a nice, efficient replacement for fork()/exec(). We should expose it and possibly use it in subprocess where possible. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-01 18:13:20 | benjamin.peterson | set | recipients: + benjamin.peterson |
| 2014-01-01 18:13:20 | benjamin.peterson | set | messageid: <1388600000.81.0.911230526926.issue20104@psf.upfronthosting.co.za> |
| 2014-01-01 18:13:20 | benjamin.peterson | link | issue20104 messages |
| 2014-01-01 18:13:20 | benjamin.peterson | create | |