]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-84424: Use numeric_changed for UCD.numeric (GH-19457) (GH-144732)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Feb 2026 08:35:09 +0000 (10:35 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Feb 2026 08:35:09 +0000 (08:35 +0000)
commit009583fc6f3333fec5090629e2dcdae6cfdbbcea
tree508cc7ef0080b8a49344edb57cd58302693659b2
parent9a57c932ecbe1004e5c5f40462df244669c7f1e6
[3.13] gh-84424: Use numeric_changed for UCD.numeric (GH-19457) (GH-144732)

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