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.

Author vstinner
Recipients loewis, vstinner
Date 2008-10-07.14:19:53
SpamBayes Score 0.0005454692
Marked as misclassified No
Message-id <[email protected]>
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:54vstinnersetrecipients: + vstinner, loewis
2008-10-07 14:19:54vstinnersetmessageid: <[email protected]>
2008-10-07 14:19:54vstinnerlinkissue4035 messages
2008-10-07 14:19:53vstinnercreate