There was an error while loading. Please reload this page.
1 parent ac0dbf9 commit 8f8c665Copy full SHA for 8f8c665
1 file changed
Tools/c-analyzer/cpython/_parser.py
@@ -319,7 +319,7 @@ def format_tsv_lines(lines):
319
_abs('Modules/_remote_debugging/*.h'): (20_000, 1000),
320
_abs('Modules/_testcapimodule.c'): (20_000, 400),
321
_abs('Modules/_testclinic.c'): (20_000, 400),
322
- _abs('Modules/expat/expat.h'): (10_000, 400),
+ _abs('Modules/expat/expat.h'): (10_000, 500),
323
_abs('Objects/stringlib/unicode_format.h'): (10_000, 400),
324
_abs('Objects/typeobject.c'): (380_000, 13_000),
325
_abs('Python/compile.c'): (20_000, 500),
0 commit comments