Skip to content

Commit a1c6b05

Browse files
committed
Add issue number for TSAN suppression.
1 parent 1b9cad5 commit a1c6b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/tsan/suppressions_free_threading.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ race:list_inplace_repeat_lock_held
4242
# with non-locking reads. See #132070
4343
race:PyObject_Realloc
4444

45-
# This function writes to the tp_getattr slot in an unsafe way.
45+
# This function writes to the tp_getattr slot in an unsafe way, see #133467.
4646
race:_Py_slot_tp_getattr_hook

0 commit comments

Comments
 (0)