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, ned.deily, vstinner
Date 2018-09-11.23:37:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536709038.77.0.0269046726804.issue34589@psf.upfronthosting.co.za>
In-reply-to
Content
> (...) the locale should be coerced before *ANY* calls are made to Py_DecodeLocale, as the whole point of the architecture of the PEP implementation was to ensure that *nothing ever gets decoded incorrectly in the first place*.

See my comment:
https://github.com/python/cpython/pull/9073#issuecomment-420461537
History
Date User Action Args
2018-09-11 23:37:18vstinnersetrecipients: + vstinner, ncoghlan, ned.deily
2018-09-11 23:37:18vstinnersetmessageid: <1536709038.77.0.0269046726804.issue34589@psf.upfronthosting.co.za>
2018-09-11 23:37:18vstinnerlinkissue34589 messages
2018-09-11 23:37:18vstinnercreate