]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130373: Avoid locking in _LOAD_ATTR_WITH_HINT (#130372)
authorDino Viehland <dinoviehland@meta.com>
Fri, 28 Mar 2025 22:16:41 +0000 (15:16 -0700)
committerGitHub <noreply@github.com>
Fri, 28 Mar 2025 22:16:41 +0000 (15:16 -0700)
commit2984ff9e5196aa575c7322c2040d55dd4d4eaa02
tree4f8baee1e3095f5d662abc6ee92814c5bb33ecb8
parent00f0771e4dbd8c8b66b302ebc16bb21f5d46b304
gh-130373: Avoid locking in _LOAD_ATTR_WITH_HINT (#130372)

Avoid locking in _LOAD_ATTR_WITH_HINT
Include/internal/pycore_dict.h
Objects/dictobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/specialize.c