]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134043: use stackrefs for dict lookup in `_PyObject_GetMethodStackRef` (#136412)
authorKumar Aditya <kumaraditya@python.org>
Mon, 28 Jul 2025 16:34:57 +0000 (22:04 +0530)
committerGitHub <noreply@github.com>
Mon, 28 Jul 2025 16:34:57 +0000 (22:04 +0530)
commitcbe6ebe15b3b8db00d3ca82a408cfd62b6d93b7d
tree67ab63226ae4de5510f6ba6b59b0e37b6c8b5892
parent1e9b8f2f8512ca4ede6ca24113a70e13c9a7cf6b
gh-134043: use stackrefs for dict lookup in `_PyObject_GetMethodStackRef` (#136412)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Include/internal/pycore_dict.h
Include/internal/pycore_stackref.h
Objects/dictobject.c
Objects/object.c