Skip to content

Commit 8f8c665

Browse files
Bump limit
1 parent ac0dbf9 commit 8f8c665

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
@@ -319,7 +319,7 @@ def format_tsv_lines(lines):
319319
_abs('Modules/_remote_debugging/*.h'): (20_000, 1000),
320320
_abs('Modules/_testcapimodule.c'): (20_000, 400),
321321
_abs('Modules/_testclinic.c'): (20_000, 400),
322-
_abs('Modules/expat/expat.h'): (10_000, 400),
322+
_abs('Modules/expat/expat.h'): (10_000, 500),
323323
_abs('Objects/stringlib/unicode_format.h'): (10_000, 400),
324324
_abs('Objects/typeobject.c'): (380_000, 13_000),
325325
_abs('Python/compile.c'): (20_000, 500),

0 commit comments

Comments
 (0)