]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-84424: Use numeric_changed for UCD.numeric (GH-19457) (GH-144731)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Feb 2026 08:38:27 +0000 (10:38 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Feb 2026 08:38:27 +0000 (08:38 +0000)
commit4d3e8c1c8512739ea6fafb8f81093dbe59665f3c
tree2caf2e17cec73eddc98fe0ca499900324d99fa0d
parentbbd682d1f48a09db168c022827df5bff5e807f50
[3.14] gh-84424: Use numeric_changed for UCD.numeric (GH-19457) (GH-144731)

This was causing ucd_3_2_0.numeric() to pick up only decimal
changes between Unicode 3.2.0 and the current version.
(cherry picked from commit 3e0322ff16f47caa3e273d453f007d3918b8ac80)

Co-authored-by: William Meehan <wmeehan@fb.com>
Lib/test/test_unicodedata.py
Misc/NEWS.d/next/Library/2020-04-10-14-29-53.bpo-40243.85HRib.rst [new file with mode: 0644]
Modules/unicodedata.c