mirror of
https://github.com/python/cpython.git
synced 2026-07-31 14:16:33 -04:00
Fix data race in `type_set_name` by assigning name under stop the world pause making it thread safe in free-threading.
Fix data race in `type_set_name` by assigning name under stop the world pause making it thread safe in free-threading.