Documentation
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.
https://docs.python.org/3/library/weakref.html#comparing-finalizers-with-del-methods
Linked PRs
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