Re: [Zope-dev] RE: Memory Leak Question

2005-11-22 Thread Jim Fulton
Dan Pozmanter wrote: Sure thing: I was mucking around in _Acquisition.c with getattr, findattr, etc, and I noticed checked to see if my code was leaky. It was! I then checked just vanilla code, and found the same leak (only much much smaller). So here is what I did to make things more visible:

[Zope-dev] RE: Memory Leak Question

2005-11-07 Thread Dan Pozmanter
Sure thing: I was mucking around in _Acquisition.c with getattr, findattr, etc, and I noticed checked to see if my code was leaky. It was! I then checked just vanilla code, and found the same leak (only much much smaller). So here is what I did to make things more visible: In Wrapper_getattro, I

[Zope-dev] Re: Memory Leak Question

2005-11-07 Thread Florent Guillaume
Could you provide details about why you think there's a leak in the code (what led you to Wrapper_findattr), and how to reproduce it consistently on a blank platform (Zope 2.8.4 preferred)? Maybe open a bug in the collector at http://www.zope.org/Collectors/Zope/ also. Thanks, Florent Dan Po