Eryk Sun added the comment:

Thanks for the spawn test framework, Victor. I've added a use_bytes argument to 
encode the args and env using os.fsencode. It's encoding args as well because 
parse_arglist calls fsconvert_strdup, which was assuming Unicode strings on 
Windows instead of first calling PyUnicode_FSDecoder. test_spawnve_bytes passes 
for me on Linux and Windows.

----------
Added file: http://bugs.python.org/file44661/issue_28114_02.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28114>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to