]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128100: Use atomic dictionary load in `_PyObject_GenericGetAttrWithDict` (GH-128297)
authorBogdan Romanyuk <65823030+wrongnull@users.noreply.github.com>
Mon, 30 Dec 2024 20:38:49 +0000 (23:38 +0300)
committerGitHub <noreply@github.com>
Mon, 30 Dec 2024 20:38:49 +0000 (20:38 +0000)
commit47d2cb8eb7595df5940225867dbb66b6dd59413a
tree56eea4661785e619f8b63541598c5efe88c41191
parentfe4dd07a84ba423179a93ed84bdcc2b4c99b35a9
gh-128100: Use atomic dictionary load in `_PyObject_GenericGetAttrWithDict` (GH-128297)
Objects/object.c