]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-115775: Use `__static_attributes__` to initialize shared keys (GH-118468)
authorMark Shannon <mark@hotpy.org>
Tue, 27 Aug 2024 09:34:46 +0000 (10:34 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Aug 2024 09:34:46 +0000 (10:34 +0100)
commit89328f7b129a6e4d7164f954b976bf45da69f0b2
tree66ecae5b1b0736a09598bb4412bad006e5c1dab1
parentfe85a8291d9aa11c9ce9e207c39ea0a0c35f9625
GH-115775: Use `__static_attributes__` to initialize shared keys (GH-118468)
Include/internal/pycore_dict.h
Objects/dictobject.c
Objects/typeobject.c