Skip to content

Commit cbe0cb7

Browse files
authored
pythongh-143100: Add temporary suppression for set_swap_bodies (pythongh-143114)
1 parent c2202a7 commit cbe0cb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tools/tsan/suppressions_free_threading.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ thread:pthread_create
2626
# PyObject_Realloc internally does memcpy which isn't atomic so can race
2727
# with non-locking reads. See #132070
2828
race:PyObject_Realloc
29+
30+
# gh-143100: set_swap_bodies in setobject.c calls memcpy, which isn't atomic
31+
race:set_swap_bodies

0 commit comments

Comments
 (0)