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 450e836 commit e84ac3dCopy full SHA for e84ac3d
Tools/tsan/suppressions_free_threading.txt
@@ -26,3 +26,6 @@ thread:pthread_create
26
# PyObject_Realloc internally does memcpy which isn't atomic so can race
27
# with non-locking reads. See #132070
28
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