mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.14] gh-137273: Fix debug assertion failure in locale.setlocale() on Windows (GH-137300) (#137305)
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.
(cherry picked from commit 718e0c89ba)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
ebbfd8f51a
commit
14e8decde7
3 changed files with 97 additions and 21 deletions
|
|
@ -0,0 +1 @@
|
|||
Fix debug assertion failure in :func:`locale.setlocale` on Windows.
|
||||
Loading…
Add table
Add a link
Reference in a new issue