]> granicus.if.org Git - python/commitdiff
Fred's done with weakrefs
authorGuido van Rossum <guido@python.org>
Wed, 10 Oct 2001 14:28:58 +0000 (14:28 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 10 Oct 2001 14:28:58 +0000 (14:28 +0000)
PLAN.txt

index 9e0fc67792a7907c20f6330486a7d68881dcad3c..01a1183d02b4ad53f089b8b9dad0bcab163adc92 100644 (file)
--- a/PLAN.txt
+++ b/PLAN.txt
@@ -12,8 +12,7 @@ choice would be:
     class, and trap setattr+delattr on the base class so that they
     update the tp_XXX slot in each derived class when the base class
     __XXX__ gets set or deleted.  More work, but more gain (zero waste
-    in slot_tp_XXX when __XXX__ is not overridden).  This is currently
-    awaiting Fred turning the weak ref API into a standard object API.
+    in slot_tp_XXX when __XXX__ is not overridden).
 
 Add __del__ handlers?