This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients gvanrossum
Date 2007-08-30.13:48:44
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1188481724.92.0.363576520364.issue1061@psf.upfronthosting.co.za>
In-reply-to
Content
The various caches in abc.py should be turned into weak sets so that the
caches don't keep the subclass objects alive forever.
History
Date User Action Args
2009-03-09 14:37:10georg.brandlsetspambayes_score: 0.684351 -> 0.0
2007-08-30 13:48:45gvanrossumsetspambayes_score: 0.684351 -> 0.684351
recipients: + gvanrossum
2007-08-30 13:48:44gvanrossumsetspambayes_score: 0.684351 -> 0.684351
messageid: <1188481724.92.0.363576520364.issue1061@psf.upfronthosting.co.za>
2007-08-30 13:48:44gvanrossumlinkissue1061 messages
2007-08-30 13:48:44gvanrossumcreate