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:28:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463848111.9.0.65000879489.issue26928@psf.upfronthosting.co.za>
In-reply-to
Content
An improvement to Python startup time on Android (Android does not have nl_langinfo()) is to have _bootlocale.getpreferredencoding() return 'ascii' without importing locale, when none of the locale environment variables is set. With patch no-locale-envvar.patch, test_site runs ok on android-21-x86 emulator when the locale environment variables are not set.

Committing this patch while leaving the current issue open would also allow removing this issue from the dependencies of the Android meta-issue #26865.
History
Date User Action Args
2016-05-21 16:28:31xdegayesetrecipients: + xdegaye, Alex.Willmer
2016-05-21 16:28:31xdegayesetmessageid: <1463848111.9.0.65000879489.issue26928@psf.upfronthosting.co.za>
2016-05-21 16:28:31xdegayelinkissue26928 messages
2016-05-21 16:28:31xdegayecreate