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

Steve Dower report at bugs.python.org
Mon Sep 20 11:57:12 EDT 2021


Steve Dower <steve.dower at python.org> added the comment:

I'd guess that these tests are assuming that sys.executable contains only ASCII characters. All the tests run in a non-ASCII working directory, so it's only the runtime that is not tested propersy here.

The easiest way for Ming Hua to test this is to install for all users (into Program Files), and run tests with the same user account.

If that's the case, we probably have to just go through the tests and make them Unicode-aware.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45176>
_______________________________________


More information about the Python-bugs-list mailing list