mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
f05fb2e65c
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.
Miscellaneous source files for the main Python shared library