GH-91636: Clear weakrefs created by finalizers. (GH-136401)
Weakrefs to unreachable garbage that are created during running of finalizers need to be cleared. This avoids exposing objects that have `tp_clear` called on them to Python-level code.
N
Neil Schemenauer committed
b6b99bf7f1edab77c485faf4e23da868f3a7b68c
Parent: bc9bc07
Committed by GitHub <noreply@github.com>
on 7/8/2025, 7:19:57 PM