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 <christophe.haen@cern.ch>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
2 people authored and miss-islington committed Jun 26, 2024
1 parent 4868d1b commit bc7c48c
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 @@ -1643,6 +1643,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 bc7c48c

Please sign in to comment.