Re: [Ironpython-users] Some questions about gc and finalizers

2014-09-18 Thread Stefan Richthofer
> A quick test (on Mono) says "no", but trying with a class that > declares __del__ doesn't either, so I'd want to hook up a debugger on > Windows to check for sure. I'm not sure if the backing types created > by IronPython have finalizers, but I think not (and reading through > the RefEmit code wi

Re: [Ironpython-users] Some questions about gc and finalizers

2014-09-18 Thread Jeff Hardy
(+dinov, who just needs to page this in rather than learn it all from scratch) On Wed, Sep 17, 2014 at 2:18 PM, Stefan Richthofer wrote: > Dear IronPython community, > > I recently worked on Jython issue 1057 (http://bugs.jython.org/issue1057) and > also improved the current solution of http://b