Skip to content

Commit 27e68c8

Browse files
committed
gh-117657: Remove remaining TSan suppressions
1 parent 98e55d7 commit 27e68c8

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

Tools/tsan/suppressions.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# This file contains suppressions for the default (with GIL) build.
22
# reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
3-
4-
# https://gist.github.com/mpage/daaf32b39180c1989572957b943eb665
5-
thread:pthread_create

Tools/tsan/suppressions_free_threading.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,3 @@
33
# the free-threaded build.
44
#
55
# reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
6-
7-
## Free-threaded suppressions
8-
9-
10-
# These entries are for warnings that trigger in a library function, as called
11-
# by a CPython function.
12-
13-
# These warnings trigger directly in a CPython function.
14-
15-
race_top:_PyObject_TryGetInstanceAttribute
16-
17-
# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
18-
thread:pthread_create

0 commit comments

Comments
 (0)