]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96954: use a directed acyclic word graph for storing the unicodedata codepoint...
authorCF Bolz-Tereick <cfbolz@gmx.de>
Sat, 4 Nov 2023 14:56:58 +0000 (15:56 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Nov 2023 14:56:58 +0000 (15:56 +0100)
commit9573d142157d8432f2772a109c304dafeaa454a5
tree3ad678dac4e01bbc4825d9d28fa38595addbb608
parent0e9c364f4ac18a2237bdbac702b96bcf8ef9cb09
gh-96954: use a directed acyclic word graph for storing the unicodedata codepoint names (#97906)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Lib/test/test_tools/test_makeunicodedata.py [new file with mode: 0644]
Lib/test/test_unicodedata.py
Makefile.pre.in
Misc/NEWS.d/next/Library/2022-10-05-15-01-36.gh-issue-96954.ezwkrU.rst [new file with mode: 0644]
Modules/unicodedata.c
Modules/unicodename_db.h
Tools/unicode/dawg.py [new file with mode: 0644]
Tools/unicode/makeunicodedata.py