This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 vstinner
收信人 loewis, vstinner
日期 2008-10-07.14:19:53
SpamBayes Score 0.0005454692
Marked as misclassified
Message-id <1223389194.75.0.313788004432.issue4035@psf.upfronthosting.co.za>
In-reply-to
内容
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)
历史
日期 用户 动作 参数
2008-10-07 14:19:54vstinner修改recipients: + vstinner, loewis
2008-10-07 14:19:54vstinner修改messageid: <1223389194.75.0.313788004432.issue4035@psf.upfronthosting.co.za>
2008-10-07 14:19:54vstinner链接issue4035 messages
2008-10-07 14:19:53vstinner创建