On Fri, Aug 13, 2010 at 12:29 PM, Michael Hanselmann wrote:
> The workerpool should not keep any reference to task arguments after
> they were processed by RunTask. Doing so led to jobs being cached
> by the job queue's WeakValueDictionary for longer than they should've
> been.
>
> Signed-off-by:
The workerpool should not keep any reference to task arguments after
they were processed by RunTask. Doing so led to jobs being cached
by the job queue's WeakValueDictionary for longer than they should've
been.
Signed-off-by: Michael Hanselmann
---
lib/workerpool.py |7 +--
1 files chang