Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
8 commits Select commitHold shift + click to select a range
4a392cf Replace TSAN suppressions with more specific rules
swtaarrs3663587 Two more suppressions
swtaarrs9f12179 One more
swtaarrs74d09a7 Even more, with gists for the non-top races
swtaarrs6b11c50 Merge remote-tracking branch 'upstream/main' into cpython-tsan-suppre…
swtaarrs1c67a79 Add _PyParkingLot_Park
swtaarrs81ffc50 Merge remote-tracking branch 'upstream/main' into cpython-tsan-suppre…
swtaarrsb653195 Merge branch 'main' into cpython-tsan-suppressions
swtaarrsFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
NextNext commit
Replace TSAN suppressions with more specific rules
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit4a392cf3fb4b9c0bd0d354449bd864ed44cce766
There are no files selected for viewing
75 changes: 48 additions & 27 deletionsTools/tsan/suppressions_free_threading.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -11,34 +11,55 @@ race:set_allocator_unlocked | ||
| ## Free-threaded suppressions | ||
| race_top:_add_to_weak_set | ||
| race_top:_in_weak_set | ||
| race_top:_mi_heap_delayed_free_partial | ||
| race_top:_PyEval_EvalFrameDefault | ||
| 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 | ||
| race_top:assign_version_tag | ||
| race_top:gc_restore_tid | ||
| race_top:initialize_new_array | ||
| race_top:insertdict | ||
| race_top:lookup_tp_dict | ||
| race_top:mi_heap_visit_pages | ||
| race_top:PyMember_GetOne | ||
| race_top:PyMember_SetOne | ||
| race_top:new_reference | ||
| race_top:set_contains_key | ||
| race_top:set_inheritable | ||
| race_top:start_the_world | ||
| race_top:tstate_set_detached | ||
| race_top:unicode_hash | ||
| race_top:Py_SET_TYPE | ||
| race_top:_PyDict_CheckConsistency | ||
| race_top:_PyImport_AcquireLock | ||
| race_top:_Py_atomic_compare_exchange_int | ||
| race_top:_Py_atomic_load_uintptr_relaxed | ||
| race_top:_Py_dict_lookup_threadsafe | ||
| race_top:__tsan_memset | ||
swtaarrs marked this conversation as resolved. OutdatedShow resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| race_top:_imp_release_lock | ||
| race_top:_multiprocessing_SemLock_acquire_impl | ||
| race_top:builtin_compile_impl | ||
| race_top:count_next | ||
| race_top:dictiter_new | ||
| race_top:dictresize | ||
| race_top:insert_to_emptydict | ||
| race_top:insertdict | ||
| race_top:list_get_item_ref | ||
| race_top:make_pending_calls | ||
| race_top:recv | ||
| race_top:set_add_entry | ||
| race_top:should_intern_string | ||
| race_top:worklist_pop | ||
| # https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40 | ||
| thread:pthread_create | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.