[issue8154] os.execlp('true') crashes the interpreter on 2.x

Alexander Belopolsky report at bugs.python.org
Tue Mar 16 23:35:27 CET 2010


Alexander Belopolsky <alexander.belopolsky at gmail.com> added the comment:

I forgot to add that this behavior is documented:

os.execlp = execlp(file, *args)
    execlp(file, *args)
    
    Execute the executable file (which is searched for along $PATH)
    with argument list args, replacing the current process.

----------

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


More information about the Python-bugs-list mailing list