Hello,<br><br>It seems that twill has a memory leak problem. Run this really simple python script:<br><br>from twill import commands<br>for i in range(10000)<br>&nbsp; commands.go('<a href="http://localhost'">http://localhost'</a>
)<br><br>and watch the memory usage of a python process... while you can... =)<br><br>Do you know how can it be fixed?<br>