You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the weakref documentation mentions __del__ and compares with it. However, __del__ documentation does not mention weakref, while this is most probably what the vast majority or developers is looking for feature wise.
Documentation
the
weakrefdocumentation mentions__del__and compares with it. However,__del__documentation does not mentionweakref, while this is most probably what the vast majority or developers is looking for feature wise.https://docs.python.org/3/library/weakref.html#comparing-finalizers-with-del-methods
Linked PRs
__del__documentation (GH-120940) #121061__del__documentation (GH-120940) #121062