Skip to content

Commit 2ff2af4

Browse files
add link to issue in suppressions
1 parent 41a86a6 commit 2ff2af4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/tsan/suppressions_free_threading.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ race_top:write_thread_id
4343
race_top:PyThreadState_Clear
4444
# Only seen on macOS, sample: https://gist.github.com/aisk/dda53f5d494a4556c35dde1fce03259c
4545
race_top:set_default_allocator_unlocked
46+
# See https://github.com/python/cpython/pull/128147
4647
race_top:_PyFrame_GetBytecode
48+
race_top:BaseException_set_tb
4749

4850

4951
# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40

0 commit comments

Comments
 (0)