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
…ythonGH-120940)

(cherry picked from commit 1c13b29)

Co-authored-by: chaen <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
2 people authored and miss-islington committed Jun 26, 2024
1 parent 38cfa92 commit 1950dd4
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 @@ -1664,6 +1664,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 1950dd4

Please sign in to comment.