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 eryksun
Recipients eryksun, ezio.melotti, minghua, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-09-21.11:54:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632225287.54.0.0909217833591.issue45176@roundup.psfhosted.org>
In-reply-to
Content
I see no problem with changing a test -- such as test_consistent_sys_path_for_direct_execution() -- to spawn the child interpreter with `-X utf8` when the I/O encoding itself is irrelevant to the test -- except for forcing a common Unicode encoding to ensure the integrity of test data (i.e. no mojibake) and prevent encoding/decoding failures.
History
Date User Action Args
2021-09-21 11:54:48eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, serhiy.storchaka, steve.dower, minghua
2021-09-21 11:54:47eryksunsetmessageid: <1632225287.54.0.0909217833591.issue45176@roundup.psfhosted.org>
2021-09-21 11:54:47eryksunlinkissue45176 messages
2021-09-21 11:54:47eryksuncreate