gh-115041: Add wrappers that are atomic only in free-threaded builds (#115046)
These are intended to be used in places where atomics are required in free-threaded builds but not in the default build. We don't want to introduce the potential performance overhead of an atomic operation in the default build.
M
mpage committed
a95b1a56bbba76a382a5c676b71db025915e8695
Parent: d9f4cbe
Committed by GitHub <noreply@github.com>
on 2/14/2024, 8:15:05 PM