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 00cf5ea commit 19fea3dCopy full SHA for 19fea3d
Tools/tsan/suppressions_free_threading.txt
@@ -43,3 +43,7 @@ race_top:rangeiter_next
43
# of ptr-sized copies to be thread-safe. (Issue #129069)
44
race:list_ass_slice_lock_held
45
race:list_inplace_repeat_lock_held
46
+
47
+# PyObject_Realloc internally does memcpy which isn't atomic so can race
48
+# with non-locking reads. See #132070
49
+race:PyObject_Realloc
0 commit comments