Skip to content

Commit cce5ae6

Browse files
authored
gh-117657: Add a couple more TSAN suppressions (#118256)
1 parent f14e9f9 commit cce5ae6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tools/tsan/suppressions_free_threading.txt

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ race:_PyInterpreterState_IsRunningMain
2424
race:_PyObject_GC_IS_SHARED
2525
race:_PyObject_GC_SET_SHARED
2626
race:_PyObject_GC_TRACK
27+
# https://gist.github.com/mpage/0a24eb2dd458441ededb498e9b0e5de8
28+
race:_PyParkingLot_Park
2729
race:_PyType_HasFeature
2830
race:assign_version_tag
2931
race:compare_unicode_unicode
@@ -43,3 +45,6 @@ race:set_inheritable
4345
race:start_the_world
4446
race:tstate_set_detached
4547
race:unicode_hash
48+
49+
# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
50+
thread:pthread_create

0 commit comments

Comments
 (0)