]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112075: Accessing a single element should optimistically avoid locking (#115109)
authorDino Viehland <dinoviehland@meta.com>
Wed, 21 Feb 2024 01:08:14 +0000 (17:08 -0800)
committerGitHub <noreply@github.com>
Wed, 21 Feb 2024 01:08:14 +0000 (17:08 -0800)
commit54071460d76cdb3c805c8669dea7e82c70c5880f
treefda6006868f3d78b792aeb1e0dfd7a94908d9797
parent176df09adbb42bbb50febd02346c32782d39dc4d
gh-112075: Accessing a single element should optimistically avoid locking (#115109)

Makes accessing a single element thread safe and typically lock free
Include/internal/pycore_dict.h
Objects/clinic/dictobject.c.h
Objects/dictobject.c