Skip to content

Commit 67a5db6

Browse files
Run fuzzers on unicodedata.c
1 parent 56c4f10 commit 67a5db6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tools/build/compute-changes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
Path("Lib/encodings/"),
6969
Path("Modules/_codecsmodule.c"),
7070
Path("Modules/cjkcodecs/"),
71-
Path("Modules/unicodedata*"),
71+
Path("Modules/unicodedata.c"),
72+
Path("Modules/unicodedata_db.h"),
7273
# difflib
7374
Path("Lib/difflib.py"),
7475
# email

0 commit comments

Comments
 (0)