mirror of
https://github.com/python/cpython.git
synced 2026-08-02 07:05:38 -04:00
gh-133467: fix data race in `type_set_name` (GH-137302)
Fix data race in `type_set_name` by assigning name under stop the world pause making it thread safe in free-threading.
(cherry picked from commit e99bc7fd44)
Co-authored-by: Kumar Aditya <[email protected]>
Source files for various builtin objects