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 Dragoljub
Recipients Dragoljub, xtreak
Date 2018-11-10.02:20:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541816408.86.0.788709270274.issue35195@psf.upfronthosting.co.za>
In-reply-to
Content
I tried playing around with the UTF-8 mode settings but did not get a speed improvement.

After reading through the PEP it appears that on Windoes:

"To allow for better cross-platform binary portability and to adjust automatically to future changes in locale availability, these checks will be implemented at runtime on all platforms other than Windows, rather than attempting to determine which locales to try at compile time."

So if i'm understanding this correctly the locale coercion would not be controllable from Windows after Python is compiled?
History
Date User Action Args
2018-11-10 02:20:08Dragoljubsetrecipients: + Dragoljub, xtreak
2018-11-10 02:20:08Dragoljubsetmessageid: <1541816408.86.0.788709270274.issue35195@psf.upfronthosting.co.za>
2018-11-10 02:20:08Dragoljublinkissue35195 messages
2018-11-10 02:20:08Dragoljubcreate