FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-112075: Iterating a dict shouldn't require locks by DinoV · Pull Request #115108 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-112075: Iterating a dict shouldn't require locks
- #115108
#115108
Merged
DinoV
merged 7 commits into
python:main
python/cpython:main
from
DinoV:nogil_dict_iter_threadsafe
DinoV/cpython:nogil_dict_iter_threadsafe
Copy head branch name to clipboard
Feb 22, 2024
Conversation
Commits
7
(7)
Checks
Files changed
Merged
gh-112075: Iterating a dict shouldn't require locks
#115108
DinoV
merged 7 commits into
python:main
python/cpython:main
from
DinoV:nogil_dict_iter_threadsafe
DinoV/cpython:nogil_dict_iter_threadsafe
Copy head branch name to clipboard
Commits
Commits on Feb 22, 2024
Thread safe lock-free iteration
DinoV
committed
afddb70
View commit details
Copy full SHA for afddb70
Browse repository at this point
Don't use atomics for iteratio and allow multiple threads to race on values seen
DinoV
committed
39bc495
View commit details
Copy full SHA for 39bc495
Browse repository at this point
Fixup ifdef/ifndef
DinoV
committed
902ce67
View commit details
Copy full SHA for 902ce67
Browse repository at this point
Use has_unique_reference
DinoV
committed
0ba2f5d
View commit details
Copy full SHA for 0ba2f5d
Browse repository at this point
Less atomics
DinoV
committed
042cf26
View commit details
Copy full SHA for 042cf26
Browse repository at this point
Fix style issues
DinoV
committed
a079a6d
View commit details
Copy full SHA for a079a6d
Browse repository at this point
acquire_key_value returns -1 and 0
DinoV
committed
a1d7718
View commit details
Copy full SHA for a1d7718
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL