gh-143100: Add temporary suppression for set_swap_bodies (gh-143114)

This commit is contained in:
Sam Gross 2025-12-23 15:52:59 -05:00 committed by GitHub
parent c2202a7e66
commit cbe0cb779a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,3 +26,6 @@ thread:pthread_create
# PyObject_Realloc internally does memcpy which isn't atomic so can race
# with non-locking reads. See #132070
race:PyObject_Realloc
# gh-143100: set_swap_bodies in setobject.c calls memcpy, which isn't atomic
race:set_swap_bodies