Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27419f1 commit 2bacc23Copy full SHA for 2bacc23
1 file changed
Tools/tsan/suppressions_free_threading.txt
@@ -63,6 +63,8 @@ race_top:tstate_is_freed
63
race_top:type_modified_unlocked
64
race_top:write_thread_id
65
race_top:PyThreadState_Clear
66
+# Only seen on macOS, sample: https://gist.github.com/aisk/dda53f5d494a4556c35dde1fce03259c
67
+race_top:set_default_allocator_unlocked
68
69
# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
70
thread:pthread_create
0 commit comments