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

2014-09-19 Thread Stefan Richthofer
> I redid my tests by calling GC.Collect() afterwards, and the "normal" > case works just fine, but not the attached case. So yes, they do work. > :) Yes, of course an equivalent step is necessary in Jython too. test_finalizers.py cares for this via the gc module, which should be the right implem

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

2014-09-18 Thread Stefan Richthofer
are of this and suggest that if you might want to do an equal monitoring, to agree on a common name for the manual track method too. However, I would resume this topic when I proceed with this. - Stefan > Gesendet: Donnerstag, 18. September 2014 um 14:35 Uhr > Von: "Jeff Hardy"

[Ironpython-users] Some questions about gc and finalizers

2014-09-17 Thread Stefan Richthofer
Dear IronPython community, I recently worked on Jython issue 1057 (http://bugs.jython.org/issue1057) and also improved the current solution of http://bugs.jython.org/issue1634167 a bit. For these issues, it is very hard for Jython to emulate CPython behavior due to the fundamentally different G