From: mpage Date: Thu, 25 Apr 2024 15:48:16 +0000 (-0700) Subject: gh-117657: Add a couple more TSAN suppressions (#118256) X-Git-Tag: v3.13.0b1~263 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cce5ae60821ceb7f72cec0ed48f7350c6a63fdc9;p=thirdparty%2FPython%2Fcpython.git gh-117657: Add a couple more TSAN suppressions (#118256) --- diff --git a/Tools/tsan/suppressions_free_threading.txt b/Tools/tsan/suppressions_free_threading.txt index 6ceb275925c5..aa954ca9b6c0 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