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 70d81a1 commit da0b7e8Copy full SHA for da0b7e8
Tools/c-analyzer/cpython/_parser.py
@@ -316,7 +316,7 @@ def format_tsv_lines(lines):
316
_abs('Python/compile.c'): (20_000, 500),
317
_abs('Python/optimizer.c'): (100_000, 5_000),
318
_abs('Python/parking_lot.c'): (40_000, 1000),
319
- _abs('Python/pylifecycle.c'): (700_000, 5000),
+ _abs('Python/pylifecycle.c'): (750_000, 5000),
320
_abs('Python/pystate.c'): (700_000, 5000),
321
_abs('Python/initconfig.c'): (50_000, 500),
322
0 commit comments