SIGN IN SIGN UP

gh-127879: Fix data race in `_PyFreeList_Push` (#127880)

Writes to the `ob_tid` field need to use atomics because it may be
concurrently read by a non-locking dictionary, list, or structmember
read.
S
Sam Gross committed
f8dcb8200626a1a06c4a26d8129257f42658a9ff
Parent: 7146f18
Committed by GitHub <noreply@github.com> on 12/12/2024, 5:59:13 PM