diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-11 09:00:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-11 09:00:53 (GMT) |
commit | ee2ddea6e375270013c0bbe70e83853301efc279 (patch) | |
tree | 33d9dba11defdf7e29846db93d37472a98b86cff /ChangeLog | |
parent | 503ce016796ba300d912e764fda1619ed266de71 (diff) | |
download | tcl-ee2ddea6e375270013c0bbe70e83853301efc279.zip tcl-ee2ddea6e375270013c0bbe70e83853301efc279.tar.gz tcl-ee2ddea6e375270013c0bbe70e83853301efc279.tar.bz2 |
[Bug 2949397]: Prevent destructors from running on the two core class objects
when the whole interpreter is being destroyed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-02-11 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclOO.c (ObjectRenamedTrace): [Bug 2949397]: Prevent + destructors from running on the two core class objects when the whole + interpreter is being destroyed. + 2010-02-09 Donal K. Fellows <dkf@users.sf.net> * generic/tclCompCmds.c (TclCompileTryCmd, IssueTryInstructions) |