mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
bpo-36876: Make sure the c-analyzer is checking all the source files.' (gh-31264)
https://bugs.python.org/issue36876
This commit is contained in:
parent
035414a878
commit
80e4f262aa
5 changed files with 158 additions and 21 deletions
|
|
@ -6,15 +6,17 @@
|
|||
|
||||
GLOBS = [
|
||||
'Include/*.h',
|
||||
# Technically, this is covered by "Include/*.h":
|
||||
#'Include/cpython/*.h',
|
||||
'Include/internal/*.h',
|
||||
'Modules/**/*.h',
|
||||
'Modules/**/*.c',
|
||||
'Objects/**/*.h',
|
||||
'Objects/**/*.c',
|
||||
'Python/**/*.h',
|
||||
'Parser/**/*.h',
|
||||
'Parser/**/*.c',
|
||||
'Python/**/*.h',
|
||||
'Parser/**/*.c',
|
||||
'Python/**/*.c',
|
||||
]
|
||||
LEVEL_GLOBS = {
|
||||
'stable': 'Include/*.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue