# This file contains suppressions for the default (with GIL) build.
-# reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
+#
+# Reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
+#
+# When adding a suppression, include a comment referencing a GitHub issue
+# that describes how to reproduce the race and includes the relevant TSan
+# output.
-# https://gist.github.com/mpage/daaf32b39180c1989572957b943eb665
-thread:pthread_create
+# There are currently no active suppressions. This file is kept so tooling
+# that expects it can still find it.
-# This file contains suppressions for the free-threaded build. It contains the
-# suppressions for the default build and additional suppressions needed only in
+# This file contains suppressions for the free-threaded build. It includes the
+# default build suppressions plus any additional suppressions needed only in
# the free-threaded build.
#
-# reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
-
-## Free-threaded suppressions
-
-
-# These entries are for warnings that trigger in a library function, as called
-# by a CPython function.
-
-# These warnings trigger directly in a CPython function.
-
-race_top:_PyObject_TryGetInstanceAttribute
+# Reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
+#
+# When adding a suppression, include a comment referencing a GitHub issue
+# that describes how to reproduce the race and includes the relevant TSan
+# output.
-# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
-thread:pthread_create
+# There are currently no active suppressions. This file is kept so tooling
+# that expects it can still find it.