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 kristjan.jonsson
Recipients kristjan.jonsson, pitrou, tim.peters
Date 2010-07-04.17:11:03
SpamBayes Score 0.006175429
Marked as misclassified No
Message-id <1278263465.31.0.812372812479.issue9141@psf.upfronthosting.co.za>
In-reply-to
Content
I'm confused, Antoine. _I_ am not preferring anything.  I am not modifying the way finalizers are called.  I'm merely providing a way for objects to signal that they _have_ (or don't have) non-trivial finalizers.

A finalizer _may_ be tp_del, but it may be any code that is called as part of tp_dealloc().  This patch allows an object to say:  Calling tp_dealloc() is currently unsafe from a gc.collect() run.
History
Date User Action Args
2010-07-04 17:11:05kristjan.jonssonsetrecipients: + kristjan.jonsson, tim.peters, pitrou
2010-07-04 17:11:05kristjan.jonssonsetmessageid: <1278263465.31.0.812372812479.issue9141@psf.upfronthosting.co.za>
2010-07-04 17:11:03kristjan.jonssonlinkissue9141 messages
2010-07-04 17:11:03kristjan.jonssoncreate