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 larry
Recipients bfroehle, larry, loewis, vstinner
Date 2014-01-30.16:22:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391098930.74.0.309001691618.issue17162@psf.upfronthosting.co.za>
In-reply-to
Content
I thought I replied to this... weird.

Do I understand correctly that it's basically impossible to write a proper custom deallocator in the limited API right now, because you can't get access to your base class's tp_free?

(If so, why didn't anybody notice?)
History
Date User Action Args
2014-01-30 16:22:10larrysetrecipients: + larry, loewis, vstinner, bfroehle
2014-01-30 16:22:10larrysetmessageid: <1391098930.74.0.309001691618.issue17162@psf.upfronthosting.co.za>
2014-01-30 16:22:10larrylinkissue17162 messages
2014-01-30 16:22:10larrycreate