FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-118362: Fix thread safety around lookups from the type cache in the face of concurrent mutators by DinoV · Pull Request #118454 · 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-118362: Fix thread safety around lookups from the type cache in the face of concurrent mutators
- #118454
#118454
Merged
DinoV
merged 4 commits into
python:main
python/cpython:main
from
DinoV:nogil_type_crash
DinoV/cpython:nogil_type_crash
Copy head branch name to clipboard
May 6, 2024
Conversation
Commits
4
(4)
Checks
Files changed
Merged
gh-118362: Fix thread safety around lookups from the type cache in the face of concurrent mutators
#118454
DinoV
merged 4 commits into
python:main
python/cpython:main
from
DinoV:nogil_type_crash
DinoV/cpython:nogil_type_crash
Copy head branch name to clipboard
Commits
Commits on May 1, 2024
Add _PyType_Fetch and use incref before setting attribute on type
Show description for c688d6b
DinoV
committed
c688d6b
View commit details
Copy full SHA for c688d6b
Browse repository at this point
Rename _PyType_Fetch -> _PyType_LookupRef
Show description for 8074d0d
DinoV
committed
8074d0d
View commit details
Copy full SHA for 8074d0d
Browse repository at this point
ctypes should use base implemetantation for setting attribute
DinoV
committed
9367312
View commit details
Copy full SHA for 9367312
Browse repository at this point
Commits on May 3, 2024
Handle failure to create dict, fix formatting, remove extra pyerr_occurred
DinoV
committed
179dcd9
View commit details
Copy full SHA for 179dcd9
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL