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, lukasz.langa, matrixise, ncoghlan, pablogsal, vstinner, xtreak
Date 2018-08-23.10:18:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535019532.42.0.56676864532.issue34207@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote PR 8867 but it doesn't fix all cases, so I abandonned it.

Then I wrote PR 8868 which sets Py_UTF8Mode in pymain_read_conf() and should fix the issue.

The root issue is that we have C functions which depend on the global configuration variables like Py_UTF8Mode :-(
History
Date User Action Args
2018-08-23 10:18:52vstinnersetrecipients: + vstinner, ncoghlan, lukasz.langa, koobs, matrixise, pablogsal, xtreak
2018-08-23 10:18:52vstinnersetmessageid: <1535019532.42.0.56676864532.issue34207@psf.upfronthosting.co.za>
2018-08-23 10:18:52vstinnerlinkissue34207 messages
2018-08-23 10:18:52vstinnercreate