Skip to content

Commit 191458a

Browse files
committed
Fix c analizer
1 parent b9fc778 commit 191458a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/c-analyzer/cpython/_parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ def format_tsv_lines(lines):
313313
_abs('Modules/_hacl/*.c'): (200_000, 500),
314314
_abs('Modules/posixmodule.c'): (20_000, 500),
315315
_abs('Modules/termios.c'): (10_000, 800),
316+
_abs('Modules/_remote_debugging/*.h'): (20_000, 1000),
316317
_abs('Modules/_testcapimodule.c'): (20_000, 400),
317318
_abs('Modules/expat/expat.h'): (10_000, 400),
318319
_abs('Objects/stringlib/unicode_format.h'): (10_000, 400),

0 commit comments

Comments
 (0)