Skip to content

Commit 6f8aebf

Browse files
committed
Add suppression for _PyUnicode_CheckConsistency
1 parent 11a351d commit 6f8aebf

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,6 +43,8 @@ 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+
# gh-128212
47+
race_top:_PyUnicode_CheckConsistency
4648

4749
# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
4850
thread:pthread_create

0 commit comments

Comments
 (0)