We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fc778 commit 191458aCopy full SHA for 191458a
Tools/c-analyzer/cpython/_parser.py
@@ -313,6 +313,7 @@ def format_tsv_lines(lines):
313
_abs('Modules/_hacl/*.c'): (200_000, 500),
314
_abs('Modules/posixmodule.c'): (20_000, 500),
315
_abs('Modules/termios.c'): (10_000, 800),
316
+ _abs('Modules/_remote_debugging/*.h'): (20_000, 1000),
317
_abs('Modules/_testcapimodule.c'): (20_000, 400),
318
_abs('Modules/expat/expat.h'): (10_000, 400),
319
_abs('Objects/stringlib/unicode_format.h'): (10_000, 400),
0 commit comments