Skip to content

Commit a0dff1f

Browse files
committed
Fix check C globals
1 parent b0bab8c commit a0dff1f

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
@@ -326,6 +326,7 @@ def format_tsv_lines(lines):
326326
_abs('Python/compile.c'): (20_000, 500),
327327
_abs('Python/optimizer.c'): (100_000, 5_000),
328328
_abs('Python/parking_lot.c'): (40_000, 1000),
329+
_abs('Python/perf_jit_trampoline.c'): (40_000, 1000),
329330
_abs('Python/pylifecycle.c'): (750_000, 5000),
330331
_abs('Python/pystate.c'): (750_000, 5000),
331332
_abs('Python/initconfig.c'): (50_000, 500),

0 commit comments

Comments
 (0)