Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22e94e2

Browse files
committed
Fred's done with weakrefs
1 parent cf5e6a4 commit 22e94e2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

PLAN.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ choice would be:
1212
class, and trap setattr+delattr on the base class so that they
1313
update the tp_XXX slot in each derived class when the base class
1414
__XXX__ gets set or deleted. More work, but more gain (zero waste
15-
in slot_tp_XXX when __XXX__ is not overridden). This is currently
16-
awaiting Fred turning the weak ref API into a standard object API.
15+
in slot_tp_XXX when __XXX__ is not overridden).
1716

1817
Add __del__ handlers?
1918

0 commit comments

Comments
 (0)