Re: Memory leak on python 2.5 if using str(dict(a='a'))

2009-04-28 Thread Gabriel Genellina
En Tue, 28 Apr 2009 05:09:25 -0300, Benjamin Liu escribió: I use guppy-pe to identify this issue in my program. The resources links are all embedded in source code already. How do you know there is actually a memory leak here? Can you show the leak without resorting to guppy? If I understa

Memory leak on python 2.5 if using str(dict(a='a'))

2009-04-28 Thread Benjamin Liu
Hi, all. I use guppy-pe to identify this issue in my program. The resources links are all embedded in source code already. I developed a test case for your convenience and attached the log. Any gurus help out here? It's really python internal stuff which I can't easily peek into. Thanks, Benja