[issue19948] POSIX semantics of PATH search in execvpe is not respected

Stéphane Glondu report at bugs.python.org
Wed Dec 11 16:23:52 CET 2013


Stéphane Glondu added the comment:

> os.execvp calls os._execvpe which calls posix.execv which calls execv. At least that's how I think it works.

I am not contesting that. This bug is about the "search the command in PATH" part. More precisely, the fact that os.execvp continues the search after execv fails.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19948>
_______________________________________


More information about the Python-bugs-list mailing list