gh-117657: Add a couple more TSAN suppressions (#118256)

This commit is contained in:
mpage 2024-04-25 08:48:16 -07:00 committed by GitHub
parent f14e9f9154
commit cce5ae6082
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View 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