gh-117657: Fix data race in `_Py_IsImmortal` (#118261)
The load of `ob_ref_local races with stores. Using a relaxed load is sufficient; stores to the field are relaxed.
M
mpage committed
f14e9f91544b526a920724dd2b3e2d88d1e28463
Parent: fb7f79b
Committed by GitHub <noreply@github.com>
on 4/25/2024, 3:31:57 PM