Re: [python-win32] Possible memory leak in pywin32

2015-01-21 Thread Nick Czeczulin
On 1/16/2015 2:43 AM, Kapil Dolas wrote: I am using pywin32's mapi module to read data from PSTs. I have shared my program which reads email and attachment datahere (http://pastebin.com/2AXy3BVH). Currently, program is not storing any of the read data. But, still

Re: [python-win32] Possible memory leak in pywin32

2015-01-20 Thread Mark Hammond
It's certainly possible, but tracking a pywin32 leak down from such scant information is not really possible. If you can tweak your program to narrow down a leak we might have more luck - eg, add pointless loops that repeat the same operation a thousand times in various places, see how they ch

Re: [python-win32] Possible memory leak in pywin32

2015-01-16 Thread Tim Roberts
Kapil Dolas wrote: > > I am using pywin32's mapi module to read data from PSTs. I have shared > my program which reads email and attachment datahere > (http://pastebin.com/2AXy3BVH). > Currently, program is not storing any of the read data. But, still I > can see grad

[python-win32] Possible memory leak in pywin32

2015-01-16 Thread Kapil Dolas
Hi, I am using pywin32's mapi module to read data from PSTs. I have shared my program which reads email and attachment data here (http://pastebin.com/2AXy3BVH). Currently, program is not storing any of the read data. But, still I can see gradual increase in memory us