[New-bugs-announce] [issue1061] ABC caches should use weak refs

Guido van Rossum report at bugs.python.org
Thu Aug 30 15:48:45 CEST 2007


New submission from Guido van Rossum:

The various caches in abc.py should be turned into weak sets so that the
caches don't keep the subclass objects alive forever.

----------
messages: 55480
nosy: gvanrossum
severity: normal
status: open
title: ABC caches should use weak refs
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1061>
__________________________________


More information about the New-bugs-announce mailing list