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 vstinner
Date 2018-09-05.19:36:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536176195.07.0.56676864532.issue34589@psf.upfronthosting.co.za>
In-reply-to
Content
According to Nick Coghlan, author of the PEP 538, the C locale coercion should not be enabled by Py_Initialize() and Py_Main(), only by the python3 program.

Attached PR fix this issue.
History
Date User Action Args
2018-09-05 19:36:35vstinnersetrecipients: + vstinner
2018-09-05 19:36:35vstinnersetmessageid: <1536176195.07.0.56676864532.issue34589@psf.upfronthosting.co.za>
2018-09-05 19:36:35vstinnerlinkissue34589 messages
2018-09-05 19:36:34vstinnercreate