Eryk Sun <eryk...@gmail.com> added the comment:

> FWIW, I did test with "-X utf8" option

I was suggesting to modify the tests to use the UTF-8 mode option in the 
spawn_python() command line. It doesn't help to run the parent process in UTF-8 
mode since it isn't inherited. It could be inherited via PYTHONUTF8, but it 
turns out that environment variables won't help in this case due to the use of 
the -E and -I command-line options.

----------

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

Reply via email to