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

Matthias Klose report at bugs.python.org
Sun Mar 21 18:20:42 CET 2010


Matthias Klose <doko at debian.org> added the comment:

> this change in its current form needs to be backed out of 2.6

done.

I'll check for uses of execlp and execlpe.

how should the divergency of execlp (raises ValueError), and execlpe (raises IndexError) be handled?

----------

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


More information about the Python-bugs-list mailing list