[Tkinter-discuss] Memory leak with tkinter canvas itemconfigure

Cameron Laird Cameron at phaseit.net
Tue Nov 16 01:08:14 CET 2010


On Fri, Nov 12, 2010 at 04:40:23AM +0100, Michael O'Donnell wrote:
			.
			.
			.
>   I confirm your memory leakage on the code you sent,
> on a Windows 7 machine running python 2.7 / Tk 8.5
> 
> And when one comments out the c.itemconfigure line, memory usage is
> constant, so the problem is there.
> 
> 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.
			.
			.
			.
<URL: https://sourceforge.net/tracker/?func=detail&aid=3109856&group_id=12997&atid=112997 >


More information about the Tkinter-discuss mailing list