Skip to content

Commit 95532d7

Browse files
committed
remove set_tp_bases in race suppression
1 parent d3fe284 commit 95532d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tools/tsan/suppressions_free_threading.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,3 @@ race:list_inplace_repeat_lock_held
4141
# PyObject_Realloc internally does memcpy which isn't atomic so can race
4242
# with non-locking reads. See #132070
4343
race:PyObject_Realloc
44-
45-
# gh-133467. Some of these could be hard to trigger.
46-
race_top:set_tp_bases

0 commit comments

Comments
 (0)