Message 101957 - Python tracker (original) (raw)

Message101957

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 ), this limitation should be raised.
History
Date User Action Args
2010-03-30 22:58:14 pitrou set recipients: + pitrou, stutzbach
2010-03-30 22:58:14 pitrou set messageid: 1269989894.58.0.821125509717.issue8268@psf.upfronthosting.co.za
2010-03-30 22:58:12 pitrou link issue8268 messages
2010-03-30 22:58:12 pitrou create