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 bfroehle
Recipients bfroehle
Date 2013-02-08.18:30:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360348216.75.0.220868702722.issue17162@psf.upfronthosting.co.za>
In-reply-to
Content
I should mention that essentially what I'm advocating is renaming and exposing `object_dealloc` in Objects/typeobject.c.

The proper name is not obvious to me... should it be PyObject_GenericDealloc since it acts on objects? Or PyType_GenericDealloc since it will be stuck into one of the PyTypeObject slots?
History
Date User Action Args
2013-02-08 18:30:16bfroehlesetrecipients: + bfroehle
2013-02-08 18:30:16bfroehlesetmessageid: <1360348216.75.0.220868702722.issue17162@psf.upfronthosting.co.za>
2013-02-08 18:30:16bfroehlelinkissue17162 messages
2013-02-08 18:30:16bfroehlecreate