Geoff Shang wrote:
>
>I patched Mailman/Queue/Runner.py and the patch applied cleanly. I even
>checked that the patch had applied.
>
>I stopped and restarted Mailman.
>
>But Runner.pyc wasn't updated.
>
>I deleted Runner.pyc in order to make sure that the old one wasn't being
>used, but 17 hours
On Fri, 12 Mar 2010, Mark Sapiro wrote:
There is an issue that affects memory usage in the qrunners. They keep
a cache of list objects in memory to reduce disk IO. The cache is
supposed to free the space used by a list object when there are no
more references to that object, but it turns out the