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 8c74a0c commit 6cd7644Copy full SHA for 6cd7644
Tools/tsan/suppressions_free_threading.txt
@@ -41,3 +41,6 @@ race:list_inplace_repeat_lock_held
41
# PyObject_Realloc internally does memcpy which isn't atomic so can race
42
# with non-locking reads. See #132070
43
race:PyObject_Realloc
44
+
45
+# This function writes to the tp_getattr slot in an unsafe way.
46
+race:_Py_slot_tp_getattr_hook
0 commit comments