]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84424: Use numeric_changed for UCD.numeric (GH-19457)
authorWilliam Meehan <wmeehan@fb.com>
Wed, 11 Feb 2026 20:58:24 +0000 (15:58 -0500)
committerGitHub <noreply@github.com>
Wed, 11 Feb 2026 20:58:24 +0000 (20:58 +0000)
commit3e0322ff16f47caa3e273d453f007d3918b8ac80
tree1fa2588488346f8855bef2e2d5f0ec0d03e36cbd
parentc6e418d1744aed95a6f25d22565204649dde29c7
gh-84424: Use numeric_changed for UCD.numeric (GH-19457)

This was causing ucd_3_2_0.numeric() to pick up only decimal
changes between Unicode 3.2.0 and the current version.
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