mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -04:00
7b9ca26812
Use relaxed atomics when reading / writing to the field. There are still a
few places in the GC where we do not use atomics. Those should be safe as
the world is stopped.
(cherry picked from commit cb6f75a32c)
Co-authored-by: mpage <mpage@meta.com>
Source files for various builtin objects