summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuilherme Polo <ggpolo@gmail.com>2009-02-06 22:26:22 (GMT)
committerGuilherme Polo <ggpolo@gmail.com>2009-02-06 22:26:22 (GMT)
commit14ff18d211f368cf6eb668365fca17ff4581bc1b (patch)
tree35b073fa29d926d7f06d19a325e9c9dd5db50534 /Misc
parentaa397d180635bbab6a2f2998da396fc5006b8ced (diff)
downloadcpython-14ff18d211f368cf6eb668365fca17ff4581bc1b.zip
cpython-14ff18d211f368cf6eb668365fca17ff4581bc1b.tar.gz
cpython-14ff18d211f368cf6eb668365fca17ff4581bc1b.tar.bz2
Partial fix to issue #1731706: memory leak in Tkapp_Call when calling
from a thread different than the one that created the Tcl interpreter.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c843257..3c86cf2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -149,6 +149,10 @@ Core and Builtins
Library
-------
+- Partial fix to issue #1731706: memory leak in Tkapp_Call when calling
+ from a thread different than the one that created the Tcl interpreter.
+ Patch by Robert Hancock.
+
- Issue #1520877: Now distutils.sysconfig reads $AR from the
environment/Makefile. Patch by Douglas Greiman.