]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137273: Fix debug assertion failure in locale.setlocale() on Windows (GH-137300)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 1 Aug 2025 14:43:53 +0000 (17:43 +0300)
committerGitHub <noreply@github.com>
Fri, 1 Aug 2025 14:43:53 +0000 (17:43 +0300)
commit718e0c89ba0610bba048245028ac133bbf2d44c2
tree6237d4f7f91c9fb0093099cb8b6dedc1541cbd26
parente99bc7fd44bbbf2464c37d5a57777ac0e1264c37
gh-137273: Fix debug assertion failure in locale.setlocale() on Windows (GH-137300)

It happened when there were at least 16 characters after dot in the
locale name.
Lib/test/test_locale.py
Misc/NEWS.d/next/Library/2025-08-01-15-07-59.gh-issue-137273.4V8Xmv.rst [new file with mode: 0644]
Modules/_localemodule.c