mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue