Message 74451 - Python tracker
Message74451
| Author | vstinner |
|---|---|
| Recipients | loewis, vstinner |
| Date | 2008-10-07.14:19:53 |
| SpamBayes Score | 0.0005454692 |
| Marked as misclassified | No |
| Message-id | <1223389194.75.0.313788004432.issue4035@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The patch is incomplete. It allows bytes for the arguments but not for the environment variables: posix_execve() in Modules/posixmodule.c uses: PyArg_Parse(key "s", &k) PyArg_Parse(val "s", &v) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-10-07 14:19:54 | vstinner | set | recipients: + vstinner, loewis |
| 2008-10-07 14:19:54 | vstinner | set | messageid: <1223389194.75.0.313788004432.issue4035@psf.upfronthosting.co.za> |
| 2008-10-07 14:19:54 | vstinner | link | issue4035 messages |
| 2008-10-07 14:19:53 | vstinner | create | |