Skip to content

Commit a7af5bd

Browse files
Adjust c-analyzer max_sizes
1 parent 6d5589c commit a7af5bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/c-analyzer/cpython/_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def clean_lines(text):
323323
_abs('Modules/_testcapimodule.c'): (20_000, 400),
324324
_abs('Modules/expat/expat.h'): (10_000, 400),
325325
_abs('Objects/stringlib/unicode_format.h'): (10_000, 400),
326-
_abs('Objects/typeobject.c'): (35_000, 200),
326+
_abs('Objects/typeobject.c'): (380_000, 13_000),
327327
_abs('Python/compile.c'): (20_000, 500),
328328
_abs('Python/optimizer.c'): (100_000, 5_000),
329329
_abs('Python/parking_lot.c'): (40_000, 1000),

0 commit comments

Comments
 (0)