mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
gh-142025: Add c-analyzer include for pyexpat.c (GH-142026)
Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
This commit is contained in:
parent
5a7c9c6861
commit
fa9519f8b2
@ -114,7 +114,10 @@ INCL_DIRS = format_tsv_lines([
|
||||
('*', './Include/internal/mimalloc'),
|
||||
|
||||
('Modules/_decimal/**/*.c', 'Modules/_decimal/libmpdec'),
|
||||
|
||||
('Modules/_elementtree.c', 'Modules/expat'),
|
||||
('Modules/pyexpat.c', 'Modules/expat'),
|
||||
|
||||
('Modules/_hacl/*.c', 'Modules/_hacl/include'),
|
||||
('Modules/_hacl/*.c', 'Modules/_hacl/'),
|
||||
('Modules/_hacl/*.h', 'Modules/_hacl/include'),
|
||||
@ -125,6 +128,7 @@ INCL_DIRS = format_tsv_lines([
|
||||
('Modules/sha3module.c', 'Modules/_hacl/include'),
|
||||
('Modules/blake2module.c', 'Modules/_hacl/include'),
|
||||
('Modules/hmacmodule.c', 'Modules/_hacl/include'),
|
||||
|
||||
('Objects/stringlib/*.h', 'Objects'),
|
||||
|
||||
# possible system-installed headers, just in case
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user