Skip to content

Commit c0dee26

Browse files
add suppressions
1 parent 344b491 commit c0dee26

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

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
@@ -52,3 +52,6 @@ race:PyObject_Realloc
5252
race_top:update_one_slot
5353
race_top:set_tp_bases
5454
race_top:type_set_bases_unlocked
55+
56+
# gh-140138
57+
race:drop_gil

0 commit comments

Comments
 (0)