mirror of
https://github.com/python/cpython.git
synced 2025-09-01 14:38:00 +00:00
gh-132070: add PyObject_Realloc
suppression in free-threading (#132468)
This commit is contained in:
parent
d19af00b90
commit
4b15d105a2
1 changed files with 4 additions and 0 deletions
|
@ -43,3 +43,7 @@ race_top:rangeiter_next
|
||||||
# of ptr-sized copies to be thread-safe. (Issue #129069)
|
# of ptr-sized copies to be thread-safe. (Issue #129069)
|
||||||
race:list_ass_slice_lock_held
|
race:list_ass_slice_lock_held
|
||||||
race:list_inplace_repeat_lock_held
|
race:list_inplace_repeat_lock_held
|
||||||
|
|
||||||
|
# PyObject_Realloc internally does memcpy which isn't atomic so can race
|
||||||
|
# with non-locking reads. See #132070
|
||||||
|
race:PyObject_Realloc
|
Loading…
Add table
Add a link
Reference in a new issue