Re: memory leak

2004-12-21 Thread Daniel Wheeler
e.com/ASPN/Cookbook/Python/Recipe/286222 http://www.nightmare.com/medusa/memory-leaks.html On Dec 21, 2004, at 12:18 PM, Stephen Kellett wrote: In message <[EMAIL PROTECTED]>, Daniel Wheeler <[EMAIL PROTECTED]> writes However, I would like to understand first if pure python can leak witho

Re: memory leak

2004-12-21 Thread Daniel Wheeler
11:41 AM, Fredrik Lundh wrote: Daniel Wheeler wrote: Can python leak memory even if the reference count for all the objects is not increasing? sure. For example: for i in range(N): print ref_count_all_objects() do_something() and every iteration the ref count is constant but the m

memory leak

2004-12-21 Thread Daniel Wheeler
? Thanks - Daniel Wheeler Telephone: (301) 975-8358 -- http://mail.python.org/mailman/listinfo/python-list