[issue39653] test_posix fails during make test

STINNER Victor report at bugs.python.org
Sat Feb 29 17:27:37 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

Which exception do you get for the following code?

import os
args=['no_such_executable']
os.execve(args[0], args, os.environ)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39653>
_______________________________________


More information about the Python-bugs-list mailing list