[twill] Memory leak issue

Alexander Shvedunov ashvedunov at gmail.com
Thu Mar 2 02:23:50 PST 2006


Hello,

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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.idyll.org/pipermail/twill/attachments/20060302/d3f7abd7/attachment.html


More information about the twill mailing list