Eryk Sun <eryk...@gmail.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37945>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to