Message3287

Author pjenvey
Recipients pjenvey
Date 2008-06-15.03:32:14
SpamBayes Score 0.007084642
Marked as misclassified No
Message-id <1213500734.42.0.301421048815.issue1057@psf.upfronthosting.co.za>
In-reply-to
Content
old style classes create a PyFinalizableInstance when a__del__ method is 
defined (unfortunately there's even problems with that to: http://bugs.jython.org/issue1634167 )

new style classes don't do anything similar however, thus __del__ 
methods are never called

this prevents test_descr's delhoook and subtype_resurrection from 
passing
History
Date User Action Args
2008-06-15 03:32:15pjenveysetspambayes_score: 0.00708464 -> 0.007084642
recipients: + pjenvey
2008-06-15 03:32:14pjenveysetspambayes_score: 0.00708464 -> 0.00708464
messageid: <1213500734.42.0.301421048815.issue1057@psf.upfronthosting.co.za>
2008-06-15 03:32:14pjenveylinkissue1057 messages
2008-06-15 03:32:14pjenveycreate