diff options
author | Guido van Rossum <guido@python.org> | 2001-10-10 14:28:58 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-10-10 14:28:58 (GMT) |
commit | 22e94e2051836a0947b645f9e2263d9ec514f861 (patch) | |
tree | d9408061458445c1852c919f86b22055cf9bc09c | |
parent | cf5e6a4a5dc85ca21bc62b0555781283a9810c3c (diff) | |
download | cpython-22e94e2051836a0947b645f9e2263d9ec514f861.zip cpython-22e94e2051836a0947b645f9e2263d9ec514f861.tar.gz cpython-22e94e2051836a0947b645f9e2263d9ec514f861.tar.bz2 |
Fred's done with weakrefs
-rw-r--r-- | PLAN.txt | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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? |