It seems that twill has a memory leak problem. Run this really simple python script:
from twill import commands
for i in range(10000)
commands.go('http://localhost' )
and watch the memory usage of a python process... while you can... =)
Do you know how can it be fixed?
_______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
