]> granicus.if.org Git - python/commitdiff
The GC issues with __del__ are now dealt with.
authorGuido van Rossum <guido@python.org>
Thu, 1 Nov 2001 21:36:48 +0000 (21:36 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 1 Nov 2001 21:36:48 +0000 (21:36 +0000)
PLAN.txt

index 10cfe3eec7a301cb81d1d2045f5727b7e7b40c98..efa5424f4ec68a4a4d6097a5ae5a7818340e698e 100644 (file)
--- a/PLAN.txt
+++ b/PLAN.txt
@@ -33,10 +33,10 @@ this.)
 Done (mostly)
 -------------
 
-Add __del__ handlers?  I asked for a motivation on python-dev and
-nobody piped up.  Yet I expect it will be asked for later.  *** Are
-there GC issues?  Doesn't the GC make an exception for classic classes
-with a __del__ handler?  This part is *not* yet dealt with. ***
+Add __del__ handlers.  I asked for a motivation on python-dev and
+nobody piped up.  Yet I expect it will be asked for later.  There
+were some GC issues, but these have now also been dealt with, thanks
+to Neil Schemenauer.
 
 Assignment to __dict__.