gh-127266: avoid data races when updating type slots (gh-133177)
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.
N
Neil Schemenauer committed
fbbbc10055e0ee0011cf683132be706815480839
Parent: 7ca6d79
Committed by GitHub <noreply@github.com>
on 5/28/2025, 1:27:41 AM