mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-143100: Add temporary suppression for set_swap_bodies (gh-143114)
This commit is contained in:
parent
c2202a7e66
commit
cbe0cb779a
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue