mirror of https://github.com/python/cpython
gh-117657: Add a couple more TSAN suppressions (#118256)
This commit is contained in:
parent
f14e9f9154
commit
cce5ae6082
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue