mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
[3.13] gh-117657: Remove TSAN suppressions for _abc.c (GH-121508) (#121598)
The functions look thread-safe and I haven't seen any warnings issued
when running the tests locally.
(cherry picked from commit 7641743d48
)
Co-authored-by: Sam Gross <colesbury@gmail.com>
This commit is contained in:
parent
927f882d76
commit
85e9018a01
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ race:free_threadstate
|
|||
|
||||
# These warnings trigger directly in a CPython function.
|
||||
|
||||
race_top:_add_to_weak_set
|
||||
race_top:_in_weak_set
|
||||
race_top:_PyEval_EvalFrameDefault
|
||||
race_top:assign_version_tag
|
||||
race_top:new_reference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue