FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Fix thread-safety in GC, type cache, and instruction cache by youknowone · Pull Request #7355 · RustPython/RustPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
295
Pull requests
100
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Fix thread-safety in GC, type cache, and instruction cache
- #7355
#7355
Merged
youknowone
merged 6 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:gc-use-after-free
youknowone/RustPython:gc-use-after-free
Copy head branch name to clipboard
Mar 5, 2026
Conversation
Commits
6
(6)
Checks
Files changed
Merged
Fix thread-safety in GC, type cache, and instruction cache
#7355
youknowone
merged 6 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:gc-use-after-free
youknowone/RustPython:gc-use-after-free
Copy head branch name to clipboard
Commits
Commits on Mar 5, 2026
Fix thread-safety in GC, type cache, and instruction cache
Show description for 70169e8
youknowone
committed
70169e8
View commit details
Copy full SHA for 70169e8
Browse repository at this point
Fix RLock _acquire_restore tuple handling and unxfail threading test
youknowone
committed
b0ad917
View commit details
Copy full SHA for b0ad917
Browse repository at this point
Align type cache seqlock writer protocol with CPython
youknowone
committed
de01099
View commit details
Copy full SHA for de01099
Browse repository at this point
RLock: use single parking_lot level, track recursion manually
Show description for 8683977
youknowone
committed
8683977
View commit details
Copy full SHA for 8683977
Browse repository at this point
Add try_to_owned_from_ptr to avoid &PyObject on stale ptrs
Show description for 3e31d22
youknowone
committed
3e31d22
View commit details
Copy full SHA for 3e31d22
Browse repository at this point
Fix CI: spelling typo and xfail flaky test_thread_safety
Show description for b3de227
youknowone
committed
b3de227
View commit details
Copy full SHA for b3de227
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL