]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112075: refactor dictionary lookup functions for better re-usability (#114629)
authorDino Viehland <dinoviehland@meta.com>
Tue, 30 Jan 2024 17:33:36 +0000 (09:33 -0800)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2024 17:33:36 +0000 (09:33 -0800)
commit0990d55725cb649e74739c983b67cf08c58e8439
tree9f270d3f9c8915919c32f58225006a2a6ff02a74
parent39d102c2ee8eec8ab0bacbcd62d62a72742ecc7c
gh-112075: refactor dictionary lookup functions for better re-usability (#114629)

Refactor dict lookup functions to use force inline helpers
Objects/dictobject.c