diff options
author | Guilherme Polo <ggpolo@gmail.com> | 2009-02-06 22:26:22 (GMT) |
---|---|---|
committer | Guilherme Polo <ggpolo@gmail.com> | 2009-02-06 22:26:22 (GMT) |
commit | 14ff18d211f368cf6eb668365fca17ff4581bc1b (patch) | |
tree | 35b073fa29d926d7f06d19a325e9c9dd5db50534 /Misc | |
parent | aa397d180635bbab6a2f2998da396fc5006b8ced (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |