Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
gh-120937: Reference weakref from the __del__ documentation
The weakref documentation refers to __del__, but not
the other way around.
  • Loading branch information
chaen committed Jun 24, 2024
commit ffafa4d64fa022fc6eec7d1b3ce2244174991b91
2 changes: 2 additions & 0 deletions Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1667,6 +1667,8 @@ Basic customization

It is not guaranteed that :meth:`__del__` methods are called for objects
that still exist when the interpreter exits.
:class:`~weakref.finalize` provides a straight forward way to register
a cleanup function to be called when an object is garbage collected.

.. note::

Expand Down