SIGN IN SIGN UP

gh-112529: Don't untrack tuples or dicts with zero refcount (#117370)

The free-threaded GC sometimes sees objects with zero refcount. This can
happen due to the delay in merging biased reference counting fields,
and, in the future, due to deferred reference counting. We should not
untrack these objects or they will never be collected.

This fixes the refleaks in the free-threaded build.
S
Sam Gross committed
f05fb2e65c2dffdfae940f2707765c4994925205
Parent: ddf95b5
Committed by GitHub <noreply@github.com> on 3/29/2024, 5:33:04 PM