We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7c9c6 commit fa9519fCopy full SHA for fa9519f
1 file changed
Tools/c-analyzer/cpython/_parser.py
@@ -114,7 +114,10 @@ def format_tsv_lines(lines):
114
('*', './Include/internal/mimalloc'),
115
116
('Modules/_decimal/**/*.c', 'Modules/_decimal/libmpdec'),
117
+
118
('Modules/_elementtree.c', 'Modules/expat'),
119
+ ('Modules/pyexpat.c', 'Modules/expat'),
120
121
('Modules/_hacl/*.c', 'Modules/_hacl/include'),
122
('Modules/_hacl/*.c', 'Modules/_hacl/'),
123
('Modules/_hacl/*.h', 'Modules/_hacl/include'),
@@ -125,6 +128,7 @@ def format_tsv_lines(lines):
125
128
('Modules/sha3module.c', 'Modules/_hacl/include'),
126
129
('Modules/blake2module.c', 'Modules/_hacl/include'),
127
130
('Modules/hmacmodule.c', 'Modules/_hacl/include'),
131
132
('Objects/stringlib/*.h', 'Objects'),
133
134
# possible system-installed headers, just in case
0 commit comments