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 jaguardown, larry, terry.reedy, vstinner
Date 2020-02-29.22:28:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583015337.99.0.171789610786.issue39653@roundup.psfhosted.org>
In-reply-to
Content
And for this one?

import os
args=['no_such_executable']
os.execvpe(args[0], args, os.environ)
History
Date User Action Args
2020-02-29 22:28:58vstinnersetrecipients: + vstinner, terry.reedy, larry, jaguardown
2020-02-29 22:28:57vstinnersetmessageid: <1583015337.99.0.171789610786.issue39653@roundup.psfhosted.org>
2020-02-29 22:28:57vstinnerlinkissue39653 messages
2020-02-29 22:28:57vstinnercreate