[cffi-devel] Re: 'cancel-finalization'
Luke Crook
luke at balooga.com
Sat Dec 23 05:10:39 UTC 2006
Luís Oliveira <luismbo <at> gmail.com> writes:
>
> On 12/22/06, Luke Crook <luke <at> balooga.com> wrote:
> > I have read the documentation on 'cancel-finalization' but I am still
unclear
> > if 'cancel-finalization' will finalize the object per 'finalize' and then
> > cancel the 'finalize' method. Or if 'cancel-finalization' will only cancel
the
> > 'finalize' method and leave clean up for the user.
>
> The latter. It won't call any finalize methods.
>
Thanks. I looked at the code for cancel-finalization after I posted and saw
that it only performs a remhash.
- Luke
More information about the cffi-devel
mailing list