cpython/Tools/tsan
Miss Islington (bot) bf397e272c
[3.14] gh-133467: fix data race in type_set_name (GH-137302) (#137303)
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>
2025-10-07 18:18:23 +00:00
..
suppressions.txt gh-124878: Fix race conditions during interpreter finalization (#130649) 2025-03-06 10:38:34 -05:00
suppressions_free_threading.txt [3.14] gh-133467: fix data race in type_set_name (GH-137302) (#137303) 2025-10-07 18:18:23 +00:00