Message5733

Author pjenvey
Recipients leouserz, pjenvey
Date 2010-04-18.03:34:23
SpamBayes Score 2.4380255e-05
Marked as misclassified No
Message-id <1271561664.83.0.661175776279.issue1634167@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe we don't even need to emit a warning, since we can support adding a __del__ to a type, it's just that the destructor will only work for objects created after the destructor was attached. We just can't support pre-existing instances of that type all of aquiring a __del__

Maybe just documenting this fact somewhere would be enough
History
Date User Action Args
2010-04-18 03:34:24pjenveysetmessageid: <1271561664.83.0.661175776279.issue1634167@psf.upfronthosting.co.za>
2010-04-18 03:34:24pjenveysetrecipients: + pjenvey, leouserz
2010-04-18 03:34:24pjenveylinkissue1634167 messages
2010-04-18 03:34:23pjenveycreate