]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-124284: Add stats for refcount operations on immortal objects (GH-124288)
authorMark Shannon <mark@hotpy.org>
Mon, 23 Sep 2024 18:10:55 +0000 (19:10 +0100)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 18:10:55 +0000 (19:10 +0100)
commitc87b0e4a462f98c418f750c6c95d4d8715c38332
treedb3da84964d8494fb12937c4ffcafe85001cd962
parent6203ef35dd4ee9dd59759ce83eace8eacac69685
GH-124284: Add stats for refcount operations on immortal objects (GH-124288)
Include/cpython/pystats.h
Include/internal/pycore_object.h
Include/pystats.h
Include/refcount.h
Python/ceval.c
Python/specialize.c
Tools/scripts/summarize_stats.py