Uh oh!
There was an error while loading. Please reload this page.
gh-112536: Add support for thread sanitizer (TSAN) - #112648
Conversation
colesbury
commented
Dec 13, 2023
@samety - this looks good. When you feel the PR is ready, please mark it as "ready for review" |
colesbury
commented
Dec 13, 2023
Oh, and I think this change should have a NEWS entry. (Use the "blurb" tool: https://pypi.org/project/blurb/) |
colesbury
left a comment
There was a problem hiding this comment.
LGTM.
FYI, I updated the PR message.
colesbury
commented
Dec 18, 2023
We'll want to make some changes after this. For example, I think we'll want to define |
corona10
commented
Dec 26, 2023
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 <sametyaslan@gmail.com>
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. |
GH-123833 is a backport of this pull request to the 3.10 branch. |
Adds
--with-thread-sanitizeras a configure option and defines_Py_THREAD_SANITIZERwhen thread sanitizer is enabled.--with-thread-sanitizer#112536📚 Documentation preview 📚: https://cpython-previews--112648.org.readthedocs.build/