Skip to content

Commit a1db210

Browse files
add suppressions
1 parent a775296 commit a1db210

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Tools/tsan/suppressions.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33

44
# https://gist.github.com/mpage/daaf32b39180c1989572957b943eb665
55
thread:pthread_create
6+
7+
# gh-140138
8+
race:drop_gil

Tools/tsan/suppressions_free_threading.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ race:PyObject_Realloc
4545
# gh-133467. Some of these could be hard to trigger.
4646
race_top:set_tp_bases
4747
race_top:type_set_bases_unlocked
48+
49+
# gh-140138
50+
race:drop_gil

0 commit comments

Comments
 (0)