[issue28114] parse_envlist(): os.execve(), os.spawnve(), etc. crash in Python 3.6.0 when env contains byte strings

STINNER Victor report at bugs.python.org
Thu Sep 15 15:06:12 EDT 2016


STINNER Victor added the comment:

> #if defined(HAVE_WEXECV) || defined(HAVE_WSPAWNV)

Hum, can't we use MS_WINDOWS here? Or maybe pass a parameter in
parse_envlist() for Windows?

----------

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


More information about the Python-bugs-list mailing list