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 koobs, ncoghlan, ned.deily, vstinner
Date 2019-04-05.08:43:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554453835.55.0.230070632561.issue34589@roundup.psfhosted.org>
In-reply-to
Content
I fixed the issue in Python 3.8 with bpo-36443:

commit d929f1838a8fba881ff0148b7fc31f6265703e3d
Author: Victor Stinner <vstinner@redhat.com>
Date:   Wed Mar 27 18:28:46 2019 +0100

    bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)

I'm not sure if it would be accceptable to the behavior in Python 3.7.x, especially without PEP 587 which targets Python 3.8.
History
Date User Action Args
2019-04-05 08:43:55vstinnersetrecipients: + vstinner, ncoghlan, ned.deily, koobs
2019-04-05 08:43:55vstinnersetmessageid: <1554453835.55.0.230070632561.issue34589@roundup.psfhosted.org>
2019-04-05 08:43:55vstinnerlinkissue34589 messages
2019-04-05 08:43:55vstinnercreate