]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-60462: Fix locale.strxfrm() on Solaris (GH-138242) (GH-138449)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Sep 2025 13:31:23 +0000 (15:31 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Sep 2025 13:31:23 +0000 (13:31 +0000)
commita7fd73e43f4f9d527ef09a8d28bb8f61768c4f23
tree7b20dfaab487cf3fc290d8a1a78ef9355bf25a8d
parent50048aaddbb059cb7306a52c1b682aa076d4b678
[3.13] gh-60462: Fix locale.strxfrm() on Solaris (GH-138242) (GH-138449)

It should interpret the result of wcsxfrm() as a sequence of abstract
integers, not a sequence of Unicode code points or using other encoding
scheme that does not preserve ordering.
(cherry picked from commit 482fd0c811a366f25bd076fc73bf37ffb6b3081e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Misc/NEWS.d/next/Library/2025-08-30-10-04-28.gh-issue-60462.yh_vDc.rst [new file with mode: 0644]
Modules/_localemodule.c