]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144882: Optimize name tables in unicodedata by excluding names derived by rule...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 18 Feb 2026 10:58:21 +0000 (12:58 +0200)
committerGitHub <noreply@github.com>
Wed, 18 Feb 2026 10:58:21 +0000 (12:58 +0200)
commit767b4d02e2d3dc9ff62c9926eea044532ac077b6
treec030db44088f762c53f91f030bfee9cbebad53b2
parente49bfca87cc188c271946491edc33831a901c7f1
gh-144882: Optimize name tables in unicodedata by excluding names derived by rule NR2 (GH-144883)

Since the code for rule NR2 is already here, to support CJK unified
ideographs and Tangut ideographs, it can also be used for other names
derived by rule NR2.
Modules/unicodename_db.h
Tools/unicode/makeunicodedata.py