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 docwatson
Recipients
Date 2004-08-14.04:48:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
currently os.execve will give an error for something like
os.execve("/bin/ls",[],{})
while in C this is valid behavior.

This patch accepts the above empty second arg.
History
Date User Action Args
2007-08-23 15:39:22adminlinkissue1009075 messages
2007-08-23 15:39:22admincreate