My favorites | Sign in
Project Home Downloads Issues
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 353: Memory increase with MTList
1 person starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----


 
Reported by jegg...@gmail.com, Dec 27, 2010
What steps will reproduce the problem?
Sample Code:
from pymt import *

# create list
lst = MTList()
        
if __name__ == '__main__':
    getWindow().add_widget(lst)
    runTouchApp()

What is the expected output? What do you see instead?
If I only create one MTList the Memory that python use grows fast. (+ 0.7MB per sec)

What version of the product are you using? On what operating system?
PyMT 0.5.2, OSX 10.6.5


Powered by Google Project Hosting