mirror of
https://github.com/python/cpython.git
synced 2026-07-04 00:35:50 -04:00
a7fd73e43f
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 482fd0c811)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Source files for standard library extension modules, and former extension modules that are now builtin modules.