-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-117657: TSAN Fix races in PyMember_Get
and PyMember_Set
, for C extensions
#123211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
d63eccb
gh-117657: TSAN Fix races in `PyMember_Get` and `PyMember_Set`, for C…
dpdani c2d3d41
exercise race in T_CHAR as well
dpdani f6ba4a3
signed char races
dpdani d9614b7
unsigned char race
dpdani 1659849
unsigned char race 👀
dpdani 4cfa619
unsigned char race 👀
dpdani 107a9f5
signed short race
dpdani e20b9d1
unsigned short race
dpdani 86a0945
signed int race
dpdani 1a07031
who uses MSC anyways?
dpdani 16f61d8
unsigned int races
dpdani cf25726
👀
dpdani d41132c
signed long race
dpdani 2212605
unsigned long race
dpdani 74616d6
ssizet race
dpdani 23d10c6
float race
dpdani ae37a8e
double race
dpdani bce02d0
T_CHAR
dpdani afe2504
signed long long race
dpdani 3dfaab8
unsigned long long race
dpdani 50a7bb6
fix return type
dpdani 416e0bb
arm64 does not have 128-bit integers, I suppose
dpdani 4bd6927
at this point I'm just making guesses
dpdani a4c094b
scope
dpdani 267f995
must 0-initialize
dpdani c006e1d
FT_ATOMIC_STORE_CHAR_RELEASE -> FT_ATOMIC_STORE_CHAR_RELAXED
dpdani 488dea5
remaining release -> relaxed
dpdani b3b07d5
default build
dpdani 761257e
Apply suggestions from code review
dpdani d045747
missing load
dpdani c1b4c35
fixes
dpdani 6c5cec5
Merge branch 'main' into gh-117657-tsan-pymember-c-ext
colesbury File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.