commit | c8a20daa126158f155ebd0b6b801d52623f5632f | [log] [tgz] |
---|---|---|
author | Guilherme Polo <ggpolo@gmail.com> | Fri Feb 06 22:52:31 2009 +0000 |
committer | Guilherme Polo <ggpolo@gmail.com> | Fri Feb 06 22:52:31 2009 +0000 |
tree | d94c5f119910e794518dfd046942fa334159870e | |
parent | 5ef3fdc067f922912bfd86ccfdb2da48e2df73a7 [diff] |
Merged revisions 69376 via svnmerge from svn+ssh://pythondev/python/trunk ........ r69376 | guilherme.polo | 2009-02-06 20:26:22 -0200 (Fri, 06 Feb 2009) | 3 lines Partial fix to issue #1731706: memory leak in Tkapp_Call when calling from a thread different than the one that created the Tcl interpreter. ........