cpython/Misc/NEWS.d/next/Core_and_Builtins/2024-07-29-19-20-25.gh-issue-122417.NVgs0a.rst

In the free-threaded build, the reference counts for heap type objects are now
partially stored in a distributed manner in per-thread arrays.  This reduces
contention on the heap type's reference count fields when creating or
destroying instances of the same type from multiple threads concurrently.