windows mem leak

Steve Holden steve at holdenweb.com
Sat Jan 8 15:00:05 EST 2005


Bob Smith wrote:

> Does the Win32 port of Python have a memory leak? I have some code that 
> runs flawlessly on Linux, but bombs after a few hours on Windows. It's 
> threaded and uses a lot of memory.
> 
> Thanks!

Yes, that's a well-known problem. Code that runs with a few errors will 
port without any trouble at all to Windows, but once it runs flawlessly 
on Linux it starts to leak memory on Windows. The PSU suspects a plot in 
Redmond, the basic details of which ar
-- 
Steve Holden               http://www.holdenweb.com/
Python Web Programming  http://pydish.holdenweb.com/
Holden Web LLC      +1 703 861 4237  +1 800 494 3119



More information about the Python-list mailing list