Skip to content

Commit

Permalink
pythongh-109136: Fix summarize_stats.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Sep 8, 2023
1 parent f63d378 commit 5cafee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/scripts/summarize_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def emit_comparative_specialization_overview(base_opcode_stats, base_total, head
)

def get_stats_defines():
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")
with open(stats_path) as stats_src:
defines = parse_kinds(stats_src, prefix="EVAL_CALL")
return defines
Expand Down

0 comments on commit 5cafee5

Please sign in to comment.