We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14e9f9 commit cce5ae6Copy full SHA for cce5ae6
Tools/tsan/suppressions_free_threading.txt
@@ -24,6 +24,8 @@ race:_PyInterpreterState_IsRunningMain
24
race:_PyObject_GC_IS_SHARED
25
race:_PyObject_GC_SET_SHARED
26
race:_PyObject_GC_TRACK
27
+# https://gist.github.com/mpage/0a24eb2dd458441ededb498e9b0e5de8
28
+race:_PyParkingLot_Park
29
race:_PyType_HasFeature
30
race:assign_version_tag
31
race:compare_unicode_unicode
@@ -43,3 +45,6 @@ race:set_inheritable
43
45
race:start_the_world
44
46
race:tstate_set_detached
47
race:unicode_hash
48
+
49
+# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
50
+thread:pthread_create
0 commit comments