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 pitrou
Recipients Robin.Schreiber, daniel.urban, loewis, ncoghlan, pitrou
Date 2012-06-23.09:40:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340444197.3326.2.camel@localhost.localdomain>
In-reply-to <1340440957.09.0.552325699632.issue15142@psf.upfronthosting.co.za>
Content
> However, once inheritance support is added by #15146 then it would be
> wrong - the default slot entry would override an inherited one.

It would not be wrong. subtype_dealloc will properly call a base class'
tp_dealloc, if necessary.
History
Date User Action Args
2012-06-23 09:40:12pitrousetrecipients: + pitrou, loewis, ncoghlan, daniel.urban, Robin.Schreiber
2012-06-23 09:40:11pitroulinkissue15142 messages
2012-06-23 09:40:10pitroucreate