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.
1 parent 8598e57 commit 8679c8dCopy full SHA for 8679c8d
1 file changed
Tools/tsan/suppressions_free_threading.txt
@@ -46,4 +46,12 @@ 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
+race:PyObject_Realloc
50
+
51
+# gh-133467. Some of these could be hard to trigger.
52
+race_top:update_one_slot
53
+race_top:_Py_slot_tp_getattr_hook
54
+race_top:slot_tp_descr_get
55
+race_top:type_set_name
56
+race_top:set_tp_bases
57
+race_top:type_set_bases_unlocked
0 commit comments