Rémy Hubscher [:natim] <[email protected]> added the comment:
I believe Python 3.7 brings explicit unicode encoding/decoding. If depending on the environment the create_subprocess_exec method can fail, I believe we should not try to encode the command lines attribute but rather enforce it to be bytes. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue35014> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
