diff options
author | mpage <mpage@meta.com> | 2024-02-14 20:15:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 20:15:05 (GMT) |
commit | a95b1a56bbba76a382a5c676b71db025915e8695 (patch) | |
tree | 0271c350d6695bc59c30336f13134710f6b933ae /Python/frame.c | |
parent | d9f4cbe5e1e3c31518724d87d0d379d7ce6823ca (diff) | |
download | cpython-a95b1a56bbba76a382a5c676b71db025915e8695.zip cpython-a95b1a56bbba76a382a5c676b71db025915e8695.tar.gz cpython-a95b1a56bbba76a382a5c676b71db025915e8695.tar.bz2 |
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.
Diffstat (limited to 'Python/frame.c')
0 files changed, 0 insertions, 0 deletions