summaryrefslogtreecommitdiff
path: root/Tools/c-analyzer
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2023-04-12 21:27:14 +0300
committerGitHub <noreply@github.com>2023-04-12 11:27:14 -0700
commit7f3c10650385907b5a2234edb2b1334cafd47a0a (patch)
tree27edc54fa94fb6eb2c2911543d8e3ba4e45995cc /Tools/c-analyzer
parent52f96d3ea39fea4c16e26b7b10bd2db09726bd7c (diff)
downloadcpython-git-7f3c10650385907b5a2234edb2b1334cafd47a0a.tar.gz
gh-103326: Remove `Python/importlib.h` (GH-103331)
Co-authored-by: Brett Cannon <brett@python.org> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Tools/c-analyzer')
-rw-r--r--Tools/c-analyzer/cpython/_parser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/c-analyzer/cpython/_parser.py b/Tools/c-analyzer/cpython/_parser.py
index d82fb96729..5924ab7860 100644
--- a/Tools/c-analyzer/cpython/_parser.py
+++ b/Tools/c-analyzer/cpython/_parser.py
@@ -328,7 +328,6 @@ MAX_SIZES = {
_abs('Python/frozen_modules/*.h'): (20_000, 500),
_abs('Python/opcode_targets.h'): (10_000, 500),
_abs('Python/stdlib_module_names.h'): (5_000, 500),
- _abs('Python/importlib.h'): (200_000, 5000),
# These large files are currently ignored (see above).
_abs('Modules/_ssl_data.h'): (80_000, 10_000),