File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,10 @@ def format_tsv_lines(lines):
114114 ('*' , './Include/internal/mimalloc' ),
115115
116116 ('Modules/_decimal/**/*.c' , 'Modules/_decimal/libmpdec' ),
117+
117118 ('Modules/_elementtree.c' , 'Modules/expat' ),
119+ ('Modules/pyexpat.c' , 'Modules/expat' ),
120+
118121 ('Modules/_hacl/*.c' , 'Modules/_hacl/include' ),
119122 ('Modules/_hacl/*.c' , 'Modules/_hacl/' ),
120123 ('Modules/_hacl/*.h' , 'Modules/_hacl/include' ),
@@ -125,6 +128,7 @@ def format_tsv_lines(lines):
125128 ('Modules/sha3module.c' , 'Modules/_hacl/include' ),
126129 ('Modules/blake2module.c' , 'Modules/_hacl/include' ),
127130 ('Modules/hmacmodule.c' , 'Modules/_hacl/include' ),
131+
128132 ('Objects/stringlib/*.h' , 'Objects' ),
129133
130134 # possible system-installed headers, just in case
You can’t perform that action at this time.
0 commit comments