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. |
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/