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 eltoder
Recipients eltoder, pitrou
Date 2015-03-20.20:25:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426883157.79.0.718081112041.issue23726@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I can tell, if a new class does not add any new fields, and its base class doesn't use GC, there's no reason to enable GC for the new class.
This is useful for creating lightweight wrappers around classes implemented in C.
History
Date User Action Args
2015-03-20 20:25:57eltodersetrecipients: + eltoder, pitrou
2015-03-20 20:25:57eltodersetmessageid: <1426883157.79.0.718081112041.issue23726@psf.upfronthosting.co.za>
2015-03-20 20:25:57eltoderlinkissue23726 messages
2015-03-20 20:25:57eltodercreate