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

Eric V. Smith report at bugs.python.org
Wed Dec 11 16:10:37 CET 2013


Eric V. Smith added the comment:

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

----------

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


More information about the Python-bugs-list mailing list