[issue1061] ABC caches should use weak refs

Thomas Wouters report at bugs.python.org
Thu Aug 30 17:07:19 CEST 2007


Thomas Wouters added the comment:

Here's a working version of that idea, with a WeakSet implementation I
had lying around (but never really used.) It seems to work, and fixes
the refcount issues, but the WeakSet could do with some extra tests ;-)

----------
nosy: +twouters

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1061>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: abc_weakref_set.diff
Type: application/octet-stream
Size: 5076 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20070830/7e10369b/attachment.obj 


More information about the Python-bugs-list mailing list