mirror of
https://github.com/python/cpython.git
synced 2026-01-26 12:55:08 +00:00
gh-143100: Add temporary suppression for set_swap_bodies (gh-143114)
This commit is contained in:
parent
c2202a7e66
commit
cbe0cb779a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user