]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46072: Add some object layout and allocation stats (GH-31051)
authorMark Shannon <mark@hotpy.org>
Tue, 1 Feb 2022 15:05:18 +0000 (15:05 +0000)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 15:05:18 +0000 (15:05 +0000)
commit48be46ec1f3f8010570165daa1da4bf9961f3a83
tree03c3f5810599572799b4645477622af83aa30ba2
parent913e340a323c7e61ae6e4acbb1312b4342657bec
bpo-46072: Add some object layout and allocation stats (GH-31051)
Include/internal/pycore_code.h
Objects/dictobject.c
Objects/obmalloc.c
Python/specialize.c
Tools/scripts/summarize_stats.py