From: Guilherme Polo Date: Sat, 7 Feb 2009 00:14:28 +0000 (+0000) Subject: Blocked revisions 69377 via svnmerge X-Git-Tag: v2.6.2c1~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1aae9f3106a019a3590c16a5e028bd05bcf657e;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 69377 via svnmerge ........ 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. ........ ---