-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-117657: Add TSAN suppression for set_default_allocator_unlocked #120500
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's quite a few socket races as well that pop up. We should add them to the suppressions.
I think we can enable the TSAN free-threads builds tests on macOS? |
Tried to enable TSAN check on macOS #120502, but it will hang forever for the https://github.com/python/cpython/actions/runs/9517250225/job/26235426291?pr=120502 Updated: Sorry, my bad, the |
Thanks @aisk for the PR, and @Fidget-Spinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…ked (pythonGH-120500) Add TSAN suppression for set_default_allocator_unlocked (cherry picked from commit 2bacc23) Co-authored-by: AN Long <[email protected]>
GH-120510 is a backport of this pull request to the 3.13 branch. |
…ked (python#120500) Add TSAN suppression for set_default_allocator_unlocked
…ked (python#120500) Add TSAN suppression for set_default_allocator_unlocked
…ked (python#120500) Add TSAN suppression for set_default_allocator_unlocked
I'm using macOS 14.2 with x86_64 CPU, this race conflict always occurs on my local machine.
Clang version: