[Tkinter-discuss] Leak with Entry on Mac ( 8.5.7 / 2.6.2 )?
Art Botterell
acb at incident.com
Sat Jun 6 22:21:55 CEST 2009
On Jun 6, 2009, at 6/6/09 11:33 AM, Guilherme Polo wrote:
> Oh well, I didn't resist :)
> I looked at it, but it is missing the important part: the Controller
> module code. I don't see anything else on your example that would
> cause the problem but this Controller.
OK, so now the problem is that I didn't post ENOUGH code! ;-)
Controller just calls in with strings, roughly ten times a second, via
the set_freq() etc. calls. I've tried locally-generating those
strings, too, but it's only when I modify the Label text, one way or
another, that I start bleeding memory.
(And I've also done a Pyglet version of the display now, using the
exact same Controller code... it starts out larger in memory, but it
stays the same size. So I'm inclined to suspect the problem is down
in Tkinter or below, not in my ap code. Sorry.)
- Art
More information about the Tkinter-discuss
mailing list