[issue8268] Make old-style classes weak referenceable

2010-03-31 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Fixed in r79535. -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8268

[issue8268] Make old-style classes weak referenceable

2010-03-30 Thread Antoine Pitrou
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:

[issue8268] Make old-style classes weak referenceable

2010-03-30 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Here is a patch. -- keywords: +patch nosy: +amaury.forgeotdarc stage: needs patch - patch review Added file: http://bugs.python.org/file16701/weakref-classobj.patch ___ Python tracker

[issue8268] Make old-style classes weak referenceable

2010-03-30 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: Removed file: http://bugs.python.org/file16701/weakref-classobj.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8268 ___

[issue8268] Make old-style classes weak referenceable

2010-03-30 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: Added file: http://bugs.python.org/file16702/weakref-classobj.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8268 ___