8000 gh-117657: Replace TSAN suppresions with more specific rules by swtaarrs · Pull Request #118722 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-117657: Replace TSAN suppresions with more specific rules #118722

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 8 commits into from
May 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into cpython-tsan-suppre…
…ssions
  • Loading branch information
swtaarrs committed May 8, 2024
commit 81ffc5019c81eef18989a3f7f3cf5841063ced4e
3 changes: 0 additions & 3 deletions Tools/tsan/suppressions_free_threading.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ race_top:_PyImport_AcquireLock
race_top:_PyImport_ReleaseLock
race_top:_PyInterpreterState_SetNotRunningMain
race_top:_PyInterpreterState_IsRunningMain
race_top:_PyObject_GC_IS_SHARED
race_top:_PyObject_GC_SET_SHARED
race_top:_PyObject_GC_TRACK
# https://gist.github.com/mpage/0a24eb2dd458441ededb498e9b0e5de8
race_top:_PyParkingLot_Park
race_top:_PyType_HasFeature
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0