-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
gh-133740: Fix regression in locale.nl_langinfo(ALT_DIGITS) #136237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-133740: Fix regression in locale.nl_langinfo(ALT_DIGITS) #136237
Conversation
There is no need to temporary switch locale for items ALT_DIGITS and ERA if the nl_langinfo() result is empty (most locales).
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…thonGH-136237) There is no need to temporary switch locale for items ALT_DIGITS and ERA if the nl_langinfo() result is empty (most locales). (cherry picked from commit 5c984ae) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-136240 is a backport of this pull request to the 3.14 branch. |
|
There is no need to temporary switch locale for items ALT_DIGITS and ERA if the nl_langinfo() result is empty (most locales).