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 eryksun
Recipients eryksun, paul.moore, steve.dower, tim.golden, xtreak, zach.ware
Date 2019-08-26.21:43:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566855793.96.0.342723216844.issue37945@roundup.psfhosted.org>
In-reply-to
Content
> None of that explains why the test doesn't seem to run at all on the 
> buildbots though.

Are the buildbots using an older version of UCRT? BCP 47 locales used to strictly require a hyphen as the delimiter (e.g. 'tr-TR') instead of underscore (e.g. 'tr_TR'). Supporting underscore and UTF-8 are relatively recent additions that aren't documented yet. Even WINAPI GetLocaleInfoEx supports underscore as the delimiter now, which is also undocumented behavior.
History
Date User Action Args
2019-08-26 21:43:13eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, xtreak
2019-08-26 21:43:13eryksunsetmessageid: <1566855793.96.0.342723216844.issue37945@roundup.psfhosted.org>
2019-08-26 21:43:13eryksunlinkissue37945 messages
2019-08-26 21:43:13eryksuncreate