[issue1576313] os.execvp[e] on win32 fails for current directory

R. David Murray report at bugs.python.org
Wed Jun 18 22:14:11 CEST 2014


R. David Murray added the comment:

os.execlp *wraps* the interface of the same name in the platform C library.  On Windows, that is execlp in the msvcrt[*].  On Linux, it is usually the execlp in glibc.

[*] 'crt' stands for 'C runtime'.

----------

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


More information about the Python-bugs-list mailing list