]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-60462: Fix locale.strxfrm() on Solaris (GH-138242)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 3 Sep 2025 12:49:28 +0000 (15:49 +0300)
committerGitHub <noreply@github.com>
Wed, 3 Sep 2025 12:49:28 +0000 (15:49 +0300)
commit482fd0c811a366f25bd076fc73bf37ffb6b3081e
tree80b7ab8483bba2ce0026f99b9e9f48cc876ebe07
parent2985c6345f453a6a5e737f01f4defcafaefa37a1
gh-60462: Fix locale.strxfrm() on Solaris (GH-138242)

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