Re: [python-win32] *****SPAM***** win32api.GetShortPathName() leaks memory?

2008-05-17 Thread Mark Hammond
Oops - I'm not having a good day - this wasn't supposed to be CC'd to the list. No harm done though - in case anyone is interested, my ISP's spam filter is picking up Roger's email due to a combination of his MUA and a spamassassin bug :( Sorry for the noise... Mark > -Original Message

Re: [python-win32] *****SPAM***** win32api.GetShortPathName() leaks memory?

2008-05-17 Thread Mark Hammond
Digging a little more, the spamassassin issue appears to be https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5666, but sadly the fix doesn't seem to yet appear in a released version, so I can't ask my ISP to upgrade. Cheers, Mark > -Original Message- > From: Roger Upole [mailto:[EM

[python-win32] win32api.GetShortPathName() leaks memory?

2008-05-17 Thread Roger Upole
This has been fixed in CVS, and will be corrected in the next release. win32api.FindFiles will also return the short file name, although only for the final component in the path. Roger ___ python-win32 mailing list python-win32@python.org http:/

[python-win32] win32api.GetShortPathName() leaks memory?

2008-05-17 Thread Patrick Li
Hi, I'm running into some memory leak issue when running the win32pi.GetShortPathName function. Basically I've got a daemon that will perform this function on lots of long windows path names. Over time, it looks like the memory footprint increases substantially. You can reproduce it by simply l