summaryrefslogtreecommitdiffstats
path: root/Python/preconfig.c
diff options
context:
space:
mode:
authormpage <mpage@meta.com>2024-02-14 20:15:05 (GMT)
committerGitHub <noreply@github.com>2024-02-14 20:15:05 (GMT)
commita95b1a56bbba76a382a5c676b71db025915e8695 (patch)
tree0271c350d6695bc59c30336f13134710f6b933ae /Python/preconfig.c
parentd9f4cbe5e1e3c31518724d87d0d379d7ce6823ca (diff)
downloadcpython-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/preconfig.c')
0 files changed, 0 insertions, 0 deletions