-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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-112536: Add support for thread sanitizer (TSAN) #112648
Conversation
@samety - this looks good. When you feel the PR is ready, please mark it as "ready for review" |
Oh, and I think this change should have a NEWS entry. (Use the "blurb" tool: https://pypi.org/project/blurb/) |
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.
LGTM.
FYI, I updated the PR message.
We'll want to make some changes after this. For example, I think we'll want to define |
Sorry for the delay, I will take a look at this PR by end of this week. |
…ongh-112648) (cherry picked from commit 88cb972) Co-authored-by: Samet YASLAN <[email protected]>
GH-116924 is a backport of this pull request to the 3.12 branch. |
GH-116926 is a backport of this pull request to the 3.11 branch. |
…#116924) * [3.12] gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) (cherry picked from commit 88cb972) * Remove doc for configure option (leave it hidden in this branch) --------- Co-authored-by: Samet YASLAN <[email protected]>
GH-123833 is a backport of this pull request to the 3.10 branch. |
Adds
--with-thread-sanitizer
as a configure option and defines_Py_THREAD_SANITIZER
when thread sanitizer is enabled.--with-thread-sanitizer
#112536📚 Documentation preview 📚: https://cpython-previews--112648.org.readthedocs.build/