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

2014-09-19 Thread Markus Schaber
Hi, I checked whether the ETW Events of the .NET Framework could be helpful, at least a bit: http://msdn.microsoft.com/en-us/library/ff356162%28v=vs.100%29.aspx The GCHeapStats_V1 event delivers a FinalizationPromotedCount. The GCFinalizersEnd_V1 event comes with a Count: "The number of finaliz

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-19 Thread Markus Schaber
Hi, Jeff, Von: Jeff Hardy On Thu, Sep 18, 2014 at 4:10 PM, Stefan Richthofer wrote: > >> 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

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

2014-09-19 Thread Jeff Hardy
On Thu, Sep 18, 2014 at 4:10 PM, Stefan Richthofer wrote: >> 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 finaliz

[Ironpython-users] IronPython, Daily Digest 9/18/2014

2014-09-19 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] "{} in {}" returns False instead of raising TypeError 2. [New comment] socket.send, socket.sendto, socket.sendall should accept bytes as parameter 3. [New comment] b'a'.deco