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 pitrou
Recipients pitrou, stutzbach
Date 2010-03-30.22:58:12
SpamBayes Score 0.0008387079
Marked as misclassified No
Message-id <1269989894.58.0.821125509717.issue8268@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-03-30 22:58:14pitrousetrecipients: + pitrou, stutzbach
2010-03-30 22:58:14pitrousetmessageid: <1269989894.58.0.821125509717.issue8268@psf.upfronthosting.co.za>
2010-03-30 22:58:12pitroulinkissue8268 messages
2010-03-30 22:58:12pitroucreate