FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-148613: Fix race in `gc_set_threshold` and `gc_get_threshold` by LindaSummer · Pull Request #150356 · 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-148613: Fix race in gc_set_threshold and gc_get_threshold
- #150356
#150356
Merged
kumaraditya303
merged 9 commits into
python:main
python/cpython:main
from
LindaSummer:gc_state_tsan
LindaSummer/cpython:gc_state_tsan
Copy head branch name to clipboard
Jun 3, 2026
Conversation
Commits
9
(9)
Checks
Files changed
Merged
gh-148613: Fix race in gc_set_threshold and gc_get_threshold
#150356
kumaraditya303
merged 9 commits into
python:main
python/cpython:main
from
LindaSummer:gc_state_tsan
LindaSummer/cpython:gc_state_tsan
Copy head branch name to clipboard
Commits
Commits on May 31, 2026
fix the gc_set_threshold_impl race
LindaSummer
committed
a12fa82
View commit details
Copy full SHA for a12fa82
Browse repository at this point
add unit test
LindaSummer
committed
5a4665d
View commit details
Copy full SHA for 5a4665d
Browse repository at this point
add blurb file
LindaSummer
committed
02bb781
View commit details
Copy full SHA for 02bb781
Browse repository at this point
use relaxed for load
LindaSummer
committed
a66e662
View commit details
Copy full SHA for a66e662
Browse repository at this point
use mutex to guard threshold
LindaSummer
committed
dcee8e5
View commit details
Copy full SHA for dcee8e5
Browse repository at this point
add init for mutex
LindaSummer
committed
ba138c7
View commit details
Copy full SHA for ba138c7
Browse repository at this point
use STW for simplicity and reduce read overhead
LindaSummer
committed
4ef18da
View commit details
Copy full SHA for 4ef18da
Browse repository at this point
Commits on Jun 1, 2026
Merge branch 'main' into gc_state_tsan
LindaSummer
authored
d66611d
View commit details
Copy full SHA for d66611d
Browse repository at this point
Merge branch 'main' into gc_state_tsan
LindaSummer
authored
1069e84
View commit details
Copy full SHA for 1069e84
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL