mirror of
https://github.com/python/cpython.git
synced 2026-06-23 19:41:58 -04:00
fbbbc10055
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.
Miscellaneous source files for the main Python shared library