This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients eryksun, ezio.melotti, minghua, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-09-20.15:57:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632153432.33.0.757547425762.issue45176@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-09-20 15:57:12steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, serhiy.storchaka, eryksun, minghua
2021-09-20 15:57:12steve.dowersetmessageid: <1632153432.33.0.757547425762.issue45176@roundup.psfhosted.org>
2021-09-20 15:57:12steve.dowerlinkissue45176 messages
2021-09-20 15:57:12steve.dowercreate