[issue8391] os.execvpe() doesn't support surrogates in env

STINNER Victor report at bugs.python.org
Fri Apr 16 02:10:28 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Other notes: Environment variable *names* use also surrogateescape "encoding". os.spawnve() and os.spawnvpe() should also be patched (the code should also be factorized).

----------

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


More information about the Python-bugs-list mailing list