]> granicus.if.org Git - python/commitdiff
__del__ is done -- except for the GC issue.
authorGuido van Rossum <guido@python.org>
Thu, 1 Nov 2001 04:11:06 +0000 (04:11 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 1 Nov 2001 04:11:06 +0000 (04:11 +0000)
PLAN.txt

index cdae04c35d04f7d6a47e7a5af6a8d8241868f77c..10cfe3eec7a301cb81d1d2045f5727b7e7b40c98 100644 (file)
--- a/PLAN.txt
+++ b/PLAN.txt
@@ -4,11 +4,6 @@ Project: core implementation
 Still to do (by priority)
 -------------------------
 
-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?
-
 Support mixed multiple inheritance from classic and new-style classes?
 That would be cool and make new-style classes much more usable (it
 would remove most of the reasons not to use them for new projects).
@@ -38,6 +33,11 @@ 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. ***
+
 Assignment to __dict__.
 
 More performance work -- one particular test, test_descr.inherits(),