[issue45176] Many regtest failures on Windows with non-ASCII account name

Eryk Sun report at bugs.python.org
Sun Sep 12 08:32:37 EDT 2021


Eryk Sun <eryksun at 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 <report at bugs.python.org>
<https://bugs.python.org/issue45176>
_______________________________________


More information about the Python-bugs-list mailing list