mirror of
https://github.com/python/cpython.git
synced 2025-07-25 04:04:13 +00:00
Fred's done with weakrefs
This commit is contained in:
parent
cf5e6a4a5d
commit
22e94e2051
1 changed files with 1 additions and 2 deletions
3
PLAN.txt
3
PLAN.txt
|
@ -12,8 +12,7 @@ choice would be:
|
||||||
class, and trap setattr+delattr on the base class so that they
|
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
|
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
|
__XXX__ gets set or deleted. More work, but more gain (zero waste
|
||||||
in slot_tp_XXX when __XXX__ is not overridden). This is currently
|
in slot_tp_XXX when __XXX__ is not overridden).
|
||||||
awaiting Fred turning the weak ref API into a standard object API.
|
|
||||||
|
|
||||||
Add __del__ handlers?
|
Add __del__ handlers?
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue