[issue1731706] tkinter memory leak problem

Guilherme Polo report at bugs.python.org
Tue Feb 3 17:04:09 CET 2009


Guilherme Polo <ggpolo at gmail.com> added the comment:

> That's not really a meaningful difference, though.. if the application
> uses this code continuously then the conditions will pile up in memory
> until it fills up.

I'm not trying to discourage you to do the complete fix (for these two
problems), but this API was made public only in tcl 8.3.1 as can be
seen at http://tcl.cvs.sourceforge.net/viewvc/tcl/tcl/ChangeLog?revision=1.226&view=markup&pathrev=core-8-3-1

Still, the "call" fix should be backported to python 2.6 as it doesn't
depend on changing supported tcl versions and is also more severe.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1731706>
_______________________________________


More information about the Python-bugs-list mailing list