New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8268>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to