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 xdegaye
Recipients Alex.Willmer, xdegaye
Date 2016-05-21.16:23:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463847807.99.0.894396357929.issue26928@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry for the confusion, the file system encoding is not the locale encoding.

In issue #9548, Antoine proposed a patch that avoids the import of the re, collections and functools modules by the _io module on startup, by refactoring and moving code from locale to _bootlocale. The attached refactor_locale.patch does that for python 3.6. The reasons for why Antoine patch has not been pushed still apply to this patch :(

The patch does fix the problem for Android though.
History
Date User Action Args
2016-05-21 16:23:34xdegayesetrecipients: + xdegaye, Alex.Willmer
2016-05-21 16:23:28xdegayesetmessageid: <1463847807.99.0.894396357929.issue26928@psf.upfronthosting.co.za>
2016-05-21 16:23:27xdegayelinkissue26928 messages
2016-05-21 16:23:27xdegayecreate