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 jberg
Recipients Neui, SilentGhost, eryksun, jberg, ncoghlan
Date 2020-05-24.17:44:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590342243.81.0.540278532052.issue35883@roundup.psfhosted.org>
In-reply-to
Content
And wrt. _Py_DecodeUTF8Ex() - it doesn't seem to help. But that's probably because I'm not __ANDROID__, nor __APPLE__, and then regardless of current_locale being non-zero or not, we end up in decode_current_locale() where the impedance mismatch happens.

Setting PYTHONUTF8=1 in the environment works too, in that case we do get into _Py_DecodeUTF8Ex().
History
Date User Action Args
2020-05-24 17:44:03jbergsetrecipients: + jberg, ncoghlan, SilentGhost, eryksun, Neui
2020-05-24 17:44:03jbergsetmessageid: <1590342243.81.0.540278532052.issue35883@roundup.psfhosted.org>
2020-05-24 17:44:03jberglinkissue35883 messages
2020-05-24 17:44:03jbergcreate