]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46072: Add top level stats struct (GH-30169)
authorMark Shannon <mark@hotpy.org>
Fri, 17 Dec 2021 14:48:01 +0000 (14:48 +0000)
committerGitHub <noreply@github.com>
Fri, 17 Dec 2021 14:48:01 +0000 (14:48 +0000)
commitefd6236d36b292c2c43540132c87cf8425e8d627
tree87541a787c4e256954b36e847dd247d8e68e2e57
parent396b58345f81d4c8c5a52546d2288e666a1b9b8b
bpo-46072:  Add top level stats struct (GH-30169)
Include/internal/pycore_code.h
Lib/opcode.py
Lib/test/test__opcode.py
Python/ceval.c
Python/specialize.c
Tools/scripts/summarize_stats.py