summaryrefslogtreecommitdiffstats
path: root/Tools/tsan
diff options
context:
space:
mode:
authormpage <mpage@meta.com>2024-04-25 15:48:16 (GMT)
committerGitHub <noreply@github.com>2024-04-25 15:48:16 (GMT)
commitcce5ae60821ceb7f72cec0ed48f7350c6a63fdc9 (patch)
treefb093a46dd982be741a387bec580ac9106f485c0 /Tools/tsan
parentf14e9f91544b526a920724dd2b3e2d88d1e28463 (diff)
downloadcpython-cce5ae60821ceb7f72cec0ed48f7350c6a63fdc9.zip
cpython-cce5ae60821ceb7f72cec0ed48f7350c6a63fdc9.tar.gz
cpython-cce5ae60821ceb7f72cec0ed48f7350c6a63fdc9.tar.bz2
gh-117657: Add a couple more TSAN suppressions (#118256)
Diffstat (limited to 'Tools/tsan')
-rw-r--r--Tools/tsan/suppressions_free_threading.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tools/tsan/suppressions_free_threading.txt b/Tools/tsan/suppressions_free_threading.txt
index 6ceb275..aa954ca 100644
--- a/Tools/tsan/suppressions_free_threading.txt
+++ b/Tools/tsan/suppressions_free_threading.txt
@@ -24,6 +24,8 @@ race:_PyInterpreterState_IsRunningMain
race:_PyObject_GC_IS_SHARED
race:_PyObject_GC_SET_SHARED
race:_PyObject_GC_TRACK
+# https://gist.github.com/mpage/0a24eb2dd458441ededb498e9b0e5de8
+race:_PyParkingLot_Park
race:_PyType_HasFeature
race:assign_version_tag
race:compare_unicode_unicode
@@ -43,3 +45,6 @@ race:set_inheritable
race:start_the_world
race:tstate_set_detached
race:unicode_hash
+
+# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
+thread:pthread_create