Re: [SQLObject] "Memory Leak" in sqlobject/cache.py
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2009-10-08 19:04:38
|
On Thu, Oct 08, 2009 at 11:30:51AM -0700, Jason Culverhouse wrote: > I do 2 things in the cull method > 1 - cull dead weak references out of the expiredCache. > 2 - avoid placing dead weak references into the expiredCache Looks good. I will try it and apply it. Oleg. -- Oleg Broytman http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |