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 kristjan.jonsson, pitrou, tim.peters
Date 2010-07-02.11:40:28
SpamBayes Score 0.0073085898
Marked as misclassified No
Message-id <1278070831.6.0.537863806152.issue9141@psf.upfronthosting.co.za>
In-reply-to
Content
First, what's the use case? Just backporting an internal Stackless API isn't a reasonable request.
Second, this tells that there *is* a finalization function, but not what the function is. How is the GC supposed to find it?
Third, the implementation looks quite suboptimal. Better define a new slot method, such as tp_needs_finalizing, or tp_get_finalizer.
History
Date User Action Args
2010-07-02 11:40:31pitrousetrecipients: + pitrou, tim.peters, kristjan.jonsson
2010-07-02 11:40:31pitrousetmessageid: <1278070831.6.0.537863806152.issue9141@psf.upfronthosting.co.za>
2010-07-02 11:40:28pitroulinkissue9141 messages
2010-07-02 11:40:28pitroucreate