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 vstinner
Recipients ncoghlan, vstinner
Date 2020-09-03.09:44:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599126288.13.0.0260411973789.issue41700@roundup.psfhosted.org>
In-reply-to
Content
The test also fails on PPC64 Fedora 3.x:
https://buildbot.python.org/all/#/builders/237/builds/40

The test pass on PPC64 Fedora 3.8, the latest build still used "LANG=en_US.UTF-8":
https://buildbot.python.org/all/#/builders/163/builds/12

The test still passed on PPC64 Fedora 3.9 in build 15 which was using LANG=en_US.UTF-8:
https://buildbot.python.org/all/#/builders/34/builds/15

pythoninfo:

pre_config[utf8_mode]: 0
os.environ[LANG]: en_US.UTF-8
sys.flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0, dev_mode=False, utf8_mode=0)
sys.filesystem_encoding: utf-8/surrogateescape


So the test started to fail when the buildbot worker configured changed to use LANG=C.UTF-8.
History
Date User Action Args
2020-09-03 09:44:48vstinnersetrecipients: + vstinner, ncoghlan
2020-09-03 09:44:48vstinnersetmessageid: <1599126288.13.0.0260411973789.issue41700@roundup.psfhosted.org>
2020-09-03 09:44:48vstinnerlinkissue41700 messages
2020-09-03 09:44:48vstinnercreate