summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/ref/ref3.tex2
-rw-r--r--Doc/ref3.tex2
2 files changed, 4 insertions, 0 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex
index d1e8b63..ca3525a 100644
--- a/Doc/ref/ref3.tex
+++ b/Doc/ref/ref3.tex
@@ -627,6 +627,8 @@ reference to it. It may then be called at a later time when this new
reference is deleted. It is not guaranteed that
\code{__del__} methods are called for objects that still exist when
the interpreter exits.
+If an exception occurs in a \code{__del__} method, it is ignored, and
+a warning is printed on stderr.
\ttindex{__del__}
\stindex{del}
diff --git a/Doc/ref3.tex b/Doc/ref3.tex
index d1e8b63..ca3525a 100644
--- a/Doc/ref3.tex
+++ b/Doc/ref3.tex
@@ -627,6 +627,8 @@ reference to it. It may then be called at a later time when this new
reference is deleted. It is not guaranteed that
\code{__del__} methods are called for objects that still exist when
the interpreter exits.
+If an exception occurs in a \code{__del__} method, it is ignored, and
+a warning is printed on stderr.
\ttindex{__del__}
\stindex{del}