mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00: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 e99bc7fd44bbbf2464c37d5a57777ac0e1264c37) Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Source files for various builtin objects