STINNER Victor <victor.stin...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue8640> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com