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 ncoghlan
Recipients Robin.Schreiber, daniel.urban, loewis, ncoghlan, pitrou
Date 2012-06-23.10:15:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340446539.07.0.707119687377.issue15142@psf.upfronthosting.co.za>
In-reply-to
Content
True, I didn't follow the bouncing ball far enough. In that, case I think all that is needed is a comment like:

"subtype_dealloc walks the MRO to call the base dealloc function, so it is OK to block inheritance of the slot"
History
Date User Action Args
2012-06-23 10:15:40ncoghlansetrecipients: + ncoghlan, loewis, pitrou, daniel.urban, Robin.Schreiber
2012-06-23 10:15:39ncoghlansetmessageid: <1340446539.07.0.707119687377.issue15142@psf.upfronthosting.co.za>
2012-06-23 10:15:37ncoghlanlinkissue15142 messages
2012-06-23 10:15:35ncoghlancreate