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
One more
  • Loading branch information
swtaarrs committed May 7, 2024
commit 9f121792de6927c5ff85d45b8bb322c34063b570
1 change: 1 addition & 0 deletions Tools/tsan/suppressions_free_threading.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ race_top:should_intern_string
race_top:worklist_pop
race_top:_PyEval_IsGILEnabled
race_top:llist_insert_tail
race_top:_Py_slot_tp_getattr_hook

# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
thread:pthread_create
0