[issue8640] subprocess: canonicalize env to bytes on Unix (Python3)

STINNER Victor report at bugs.python.org
Tue May 18 12:36:06 CEST 2010


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

os.exeve() and os.exevpe() should also canonicalize env to bytes.

os.exeve() and os.exevpe(), but not os._exevpe() to avoid doing it twice (once in subprocess, once in os._exevpe). Patch os._exevpe() is not enough because subprocess doesn't call it on Unix if _subprocessposix module is present.

----------

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


More information about the Python-bugs-list mailing list