mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
In the free-threaded build, avoid data races caused by updating type slots or type flags after the type was initially created. For those (typically rare) cases, use the stop-the-world mechanism. Remove the use of atomics when reading or writing type flags.
Source files for various builtin objects