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