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 41a86a6 commit 2ff2af4Copy full SHA for 2ff2af4
Tools/tsan/suppressions_free_threading.txt
@@ -43,7 +43,9 @@ race_top:write_thread_id
43
race_top:PyThreadState_Clear
44
# Only seen on macOS, sample: https://gist.github.com/aisk/dda53f5d494a4556c35dde1fce03259c
45
race_top:set_default_allocator_unlocked
46
+# See https://github.com/python/cpython/pull/128147
47
race_top:_PyFrame_GetBytecode
48
+race_top:BaseException_set_tb
49
50
51
# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
0 commit comments