Skip to content

Commit

Permalink
pythongh-120937: Reference weakref from the __del__ documentation (p…
Browse files Browse the repository at this point in the history
…ython#120940)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
2 people authored and estyxx committed Jul 17, 2024
1 parent 6f411b0 commit af9b173
Showing 1 changed file with 2 additions and 0 deletions.
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 straightforward way to register
a cleanup function to be called when an object is garbage collected.

.. note::

Expand Down

0 comments on commit af9b173

Please sign in to comment.