]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46072: Add some frame stats. (GH-31060)
authorMark Shannon <mark@hotpy.org>
Wed, 2 Feb 2022 11:01:33 +0000 (11:01 +0000)
committerGitHub <noreply@github.com>
Wed, 2 Feb 2022 11:01:33 +0000 (11:01 +0000)
commit187930f74c44e460ba09c60ba5d9bb4fac543d8f
tree34c1c536986e6a5b33b66e4aad10e7594ccb3ba0
parenta05866ce3e617e2b74c205f27a89eab63c7b3101
bpo-46072: Add some frame stats. (GH-31060)
Include/internal/pycore_code.h
Objects/frameobject.c
Python/ceval.c
Python/frame.c
Python/pystate.c
Python/specialize.c
Tools/scripts/summarize_stats.py