Skip to content

Commit fa9519f

Browse files
dg-pbgpshead
andauthored
gh-142025: Add c-analyzer include for pyexpat.c (GH-142026)
Co-authored-by: Gregory P. Smith <[email protected]>
1 parent 5a7c9c6 commit fa9519f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tools/c-analyzer/cpython/_parser.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)