Thanks to visit codestin.com Credit goes to github.com
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.
PyObject_Realloc
1 parent d19af00 commit 4b15d10Copy full SHA for 4b15d10
1 file changed
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