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.
errnonames.h
1 parent f207421 commit 6cde14bCopy full SHA for 6cde14b
1 file changed
Tools/c-analyzer/cpython/_parser.py
@@ -318,7 +318,7 @@ def format_tsv_lines(lines):
318
_abs('Modules/_remote_debugging/*.h'): (20_000, 1000),
319
_abs('Modules/_testcapimodule.c'): (20_000, 400),
320
_abs('Modules/expat/expat.h'): (10_000, 400),
321
- _abs('Objects/errnonames.h'): (20_000, 500),
+ _abs('Objects/errnonames.h'): (25_000, 1000),
322
_abs('Objects/stringlib/unicode_format.h'): (10_000, 400),
323
_abs('Objects/typeobject.c'): (380_000, 13_000),
324
_abs('Python/compile.c'): (20_000, 500),
0 commit comments