There was an error while loading. Please reload this page.
1 parent 6275c67 commit 52beebcCopy full SHA for 52beebc
1 file changed
Tools/scripts/summarize_stats.py
@@ -430,7 +430,7 @@ def emit_comparative_specialization_overview(base_opcode_stats, base_total, head
430
)
431
432
def get_stats_defines():
433
- stats_path = os.path.join(os.path.dirname(__file__), "../../Include/pystats.h")
+ stats_path = os.path.join(os.path.dirname(__file__), "../../Include/cpython/pystats.h")
434
with open(stats_path) as stats_src:
435
defines = parse_kinds(stats_src, prefix="EVAL_CALL")
436
return defines
0 commit comments