[issue8268] Make old-style classes weak referenceable
Antoine Pitrou
report at bugs.python.org
Wed Mar 31 00:58:14 CEST 2010
New submission from Antoine Pitrou <pitrou at free.fr>:
New-style classes are weak referenceable, but old-style classes are not.
For a proper implementation of ABC caches without any memory leaks (see issue2521), this limitation should be raised.
----------
components: Interpreter Core
messages: 101957
nosy: pitrou, stutzbach
priority: normal
severity: normal
stage: needs patch
status: open
title: Make old-style classes weak referenceable
type: feature request
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8268>
_______________________________________
More information about the Python-bugs-list
mailing list