]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add more stats for freelist use and allocations. (GH-92211)
authorMark Shannon <mark@hotpy.org>
Tue, 3 May 2022 22:40:24 +0000 (16:40 -0600)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 22:40:24 +0000 (16:40 -0600)
commit836b17c9c3ea313e400e58a75f52b63f96e498bb
tree8b1a1c9e2466fa72ceee01558e76989b35c8bd56
parente8d7661ff25fb698062ab07e37362c2c20471984
Add more stats for freelist use and allocations. (GH-92211)
Include/internal/pycore_code.h
Objects/dictobject.c
Objects/floatobject.c
Objects/genobject.c
Objects/listobject.c
Objects/obmalloc.c
Objects/tupleobject.c
Python/context.c
Python/specialize.c