mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
bf397e272c
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 <kumaraditya@python.org>
Source files for various builtin objects