]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134043: use stackrefs for dict lookup in `_PyObject_GetMethodStackRef`...
authorSam Gross <colesbury@gmail.com>
Tue, 17 Mar 2026 20:59:26 +0000 (16:59 -0400)
committerGitHub <noreply@github.com>
Tue, 17 Mar 2026 20:59:26 +0000 (16:59 -0400)
commitb3c2ef5f319d6b0a20da584a911b16fcdef514b8
treebe573308846af0f81b472e3683dfdf2776ca7a0a
parenta005f323b7c8a7c9cd06b74d02a2d3bd7134841c
[3.14] gh-134043: use stackrefs for dict lookup in `_PyObject_GetMethodStackRef` (GH-136412) (#146077)

(cherry picked from commit cbe6ebe15b3b8db00d3ca82a408cfd62b6d93b7d)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Include/internal/pycore_dict.h
Include/internal/pycore_stackref.h
Objects/dictobject.c