Message163563
| 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:12 | pitrou | set | recipients: + pitrou, loewis, ncoghlan, daniel.urban, Robin.Schreiber |
| 2012-06-23 09:40:11 | pitrou | link | issue15142 messages |
| 2012-06-23 09:40:10 | pitrou | create | |