[issue39653] test_posix fails during make test

STINNER Victor report at bugs.python.org
Sat Feb 29 17:28:57 EST 2020


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

And for this one?

import os
args=['no_such_executable']
os.execvpe(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