File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed
Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11# This file contains suppressions for the default (with GIL) build.
2- # reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
2+ #
3+ # Reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
4+ #
5+ # When adding a suppression, include a comment referencing a GitHub issue
6+ # that describes how to reproduce the race and includes the relevant TSan
7+ # output.
8+
9+ # There are currently no active suppressions. This file is kept so tooling
10+ # that expects it can still find it.
Original file line number Diff line number Diff line change 1- # This file contains suppressions for the free-threaded build. It contains the
2- # suppressions for the default build and additional suppressions needed only in
1+ # This file contains suppressions for the free-threaded build. It includes the
2+ # default build suppressions plus any additional suppressions needed only in
33# the free-threaded build.
44#
5- # reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
5+ # Reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
6+ #
7+ # When adding a suppression, include a comment referencing a GitHub issue
8+ # that describes how to reproduce the race and includes the relevant TSan
9+ # output.
10+
11+ # There are currently no active suppressions. This file is kept so tooling
12+ # that expects it can still find it.
You can’t perform that action at this time.
0 commit comments