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 andrea.corbellini
Recipients andrea.corbellini, georg.brandl, pitrou, ysj.ray
Date 2010-07-29.15:53:28
SpamBayes Score 0.032301623
Marked as misclassified No
Message-id <1280418857.65.0.673688225127.issue9417@psf.upfronthosting.co.za>
In-reply-to
Content
Having a __del__ inside a metaclass is strange, I know... but probably there are situations where you need to do so. Why shouldn't a developer be able to add a __del__ to a metaclass without creating uncollectable objects? I don't think this behavior is by design.

Also, doing random contributions to various projects I've seen many odd things. However I don't think that the bug tracker is the right place to discuss development practices. A bug that causes problems in unusual situations is still a bug. :-)
History
Date User Action Args
2010-07-29 15:54:17andrea.corbellinisetrecipients: + andrea.corbellini, georg.brandl, pitrou, ysj.ray
2010-07-29 15:54:17andrea.corbellinisetmessageid: <1280418857.65.0.673688225127.issue9417@psf.upfronthosting.co.za>
2010-07-29 15:53:28andrea.corbellinilinkissue9417 messages
2010-07-29 15:53:28andrea.corbellinicreate