mirror of
https://github.com/python/cpython.git
synced 2026-01-26 12:55:08 +00:00
There are places we use "relaxed" loads where C11 requires "consume" or stronger. Unfortunately, compilers don't really implement "consume" so fake it for our use in a way that avoids upsetting TSan.
Source files for various builtin objects