]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
authorMark Shannon <mark@hotpy.org>
Wed, 18 May 2022 13:38:43 +0000 (14:38 +0100)
committerGitHub <noreply@github.com>
Wed, 18 May 2022 13:38:43 +0000 (14:38 +0100)
commita4460f2eb8b9db46a9bce3c450c8b038038a7c93
tree7b05dbe2f220e575f642bf5c66fa1a54478aeb32
parent3fa023721b495e02e1e6c89fdc737afc7d186cb5
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
Include/pystats.h
Objects/genobject.c
Python/ceval.c
Python/frame.c
Python/specialize.c
Tools/scripts/summarize_stats.py