]> granicus.if.org Git - python/commit
Merged revisions 69376-69377 via svnmerge from
authorGuilherme Polo <ggpolo@gmail.com>
Fri, 6 Feb 2009 23:16:11 +0000 (23:16 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Fri, 6 Feb 2009 23:16:11 +0000 (23:16 +0000)
commit491aee20c0282fe7e456796f31328a21b02abba3
treea6b71b31885a7ed8cded04b9ff742bb8d16df9e9
parentb41bc91549fdcdb2d206271edd0cccabe56664f8
Merged revisions 69376-69377 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.
........
  r69377 | guilherme.polo | 2009-02-06 20:48:07 -0200 (Fri, 06 Feb 2009) | 5 lines

  Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will
  not be used again (this requires Tcl/Tk 8.3.1), also fix a memory
  leak in Tkapp_Call when calling from a thread different than the one that
  created the Tcl interpreter.
........
Misc/NEWS
Modules/_tkinter.c