-
Committer:
Mark Sapiro
-
Date:
2008-12-13 04:32:09 UTC
-
mto:
(1006.1.48 2.2)
-
mto:
This revision was merged to the branch mainline in
revision
1009.
-
Revision ID:
mark@msapiro.net-20081213043209-1uf2145nipivbmvg
Cached list instances in the qrunners are never freed because of a self
reference via self._memberadaptor and a reference to the list in
OldStyleMemberships. Changed the OldStyleMemberships reference to a
weakref.proxy reference to avoid this.