]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-113710: Fix updating of dict version tag and add watched dict stats (GH-115221)
authorMark Shannon <mark@hotpy.org>
Mon, 12 Feb 2024 16:07:38 +0000 (16:07 +0000)
committerGitHub <noreply@github.com>
Mon, 12 Feb 2024 16:07:38 +0000 (16:07 +0000)
commit814466101790d4381ca4800c3d3b0cc0aad50c62
tree6e4e71af88ab2951fe172a7e821e857606def6d6
parent93ac78ac3ee124942bca7492149c3ff0003b6e30
GH-113710: Fix updating of dict version tag and add watched dict stats (GH-115221)
Include/cpython/pystats.h
Include/internal/pycore_dict.h
Python/optimizer_analysis.c
Python/pylifecycle.c
Python/specialize.c
Tools/scripts/summarize_stats.py