gh-112075: Accessing a single element should optimistically avoid locking by DinoV · Pull Request #115109 · python/cpython

@bedevere-app bot mentioned this pull request

Feb 6, 2024

@DinoV DinoV mentioned this pull request

Feb 6, 2024

@DinoV DinoV marked this pull request as ready for review

February 7, 2024 20:58

colesbury

colesbury

@DinoV

@DinoV

woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull request

Mar 4, 2024
…id locking (python#115109)

Makes accessing a single element thread safe and typically lock free

diegorusso pushed a commit to diegorusso/cpython that referenced this pull request

Apr 17, 2024
…id locking (python#115109)

Makes accessing a single element thread safe and typically lock free

@DinoV DinoV deleted the nogil_dict_get_threadsafe branch

May 31, 2024 18:23

LukasWoodtli pushed a commit to LukasWoodtli/cpython that referenced this pull request

Jan 22, 2025
…id locking (python#115109)

Makes accessing a single element thread safe and typically lock free