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
Add _PyParkingLot_Park
  • Loading branch information
swtaarrs committed May 8, 2024
commit 1c67a79958ff2b60e34aa92ca8494fc6f0a8742e
2 changes: 2 additions & 0 deletions Tools/tsan/suppressions_free_threading.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ race:park_detached_threads
race:sock_recv_impl
# https://gist.github.com/swtaarrs/08dfe7883b4c975c31ecb39388987a67
race:free_threadstate
# https://gist.github.com/swtaarrs/cd6aec2006e0c1b561b68d65e9f1a872
race:_PyParkingLot_Park


# These warnings trigger directly in a CPython function.
Expand Down
0