Skip to content

gh-112075: Lock when inserting into shared keys - #117824

Closed
colesbury wants to merge 2 commits into
python:mainfrom
colesbury:gh-112075-lock-split-keys
Closed

gh-112075: Lock when inserting into shared keys#117824
colesbury wants to merge 2 commits into
python:mainfrom
colesbury:gh-112075-lock-split-keys

Conversation

@colesbury

@colesburycolesbury commented Apr 12, 2024

Copy link
Copy Markdown
Contributor

This is a draft PR similar to #117528, but:

  1. Separates out the handling of split keys
  2. Doesn't yet handle the necessary locking in _Py_dict_lookup for things like the PyDict_GetItemRef locking fallback.

@colesbury

Copy link
Copy Markdown
ContributorAuthor

Addressed in #117528

@colesbury
colesbury deleted the gh-112075-lock-split-keys branch July 16, 2024 19:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@colesbury