]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-117657: Add a couple more TSAN suppressions (#118256)
authormpage <mpage@meta.com>
Thu, 25 Apr 2024 15:48:16 +0000 (08:48 -0700)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2024 15:48:16 +0000 (11:48 -0400)
Tools/tsan/suppressions_free_threading.txt

index 6ceb275925c5e196a0f81c1c63ed6c50869bccfa..aa954ca9b6c09cf7512dff72d5e43e44afe8b960 100644 (file)
@@ -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