On 12/11/10 13:40, Michael O'Donnell wrote:
> Hi John,
> 
>   I confirm your memory leakage on the code you sent,
> on a Windows 7 machine running python 2.7 / Tk 8.5
> 

Thanks for taking the time to confirm.

> And when one comments out the c.itemconfigure line, memory usage is
> constant, so the problem is there.
> 

That concurs with my observations.

> And looking in Tkinter.py, the itemconfigure method on a Canvas object
> calls _configure on the base class, but the problem is not on the Tkinter
> side, it is in Tk.
> 

Agreed.

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to