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 Laurent.Mazuel, cheryl.sabella, ncoghlan, r.david.murray, serhiy.storchaka, vstinner
Date 2017-12-15.00:09:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513296599.92.0.213398074469.issue20329@psf.upfronthosting.co.za>
In-reply-to
Content
> I created an environment under 3.3.1 in which this error was still occurring, but within that same environment, it is not occurring for 3.7.  I believe this can be closed.

Python 3.7 now uses the UTF-8 encoding when the LC_CTYPE locale is POSIX (PEP 538, PEP 540). You should still be able to reproduce the bug with a locale with an encoding different than UTF-8.

Moreover, I understand that Python 3.6 is still affected by the bug.

I don't think that we can fix this bug, sadly. But I'm happy to see that the PEP 538 and PEP 540 are already useful!
History
Date User Action Args
2017-12-15 00:09:59vstinnersetrecipients: + vstinner, ncoghlan, r.david.murray, Laurent.Mazuel, serhiy.storchaka, cheryl.sabella
2017-12-15 00:09:59vstinnersetmessageid: <1513296599.92.0.213398074469.issue20329@psf.upfronthosting.co.za>
2017-12-15 00:09:59vstinnerlinkissue20329 messages
2017-12-15 00:09:59vstinnercreate