Tcl Source Code

Check-in [bee7f97ad6]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion deletes the object's namespace.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | bug-fc1409fc91
Files: files | file ages | folders
SHA3-256: bee7f97ad6521604c0e4ff018e6c95c9a1f850b1d9863ea9c95f6f868a6de95e
User & Date: pooryorick 2017-10-30 05:19:55.879
Context
2018-02-14
10:46
Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion deletes the object's names... check-in: 77641f0360 user: pooryorick
2017-10-30
05:25
merge bug-fc1409fc91. check-in: 76eaf9a16b user: pooryorick tags: trunk
05:19
Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion deletes the object's names... closed check-in: bee7f97ad6 user: pooryorick tags: bug-fc1409fc91
2017-10-24
11:23
Added test case. check-in: efdb206a73 user: dkf tags: bug-fc1409fc91
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclBasic.c.
Changes to generic/tclFileName.c.
Changes to generic/tclOO.c.
Changes to generic/tclOOCall.c.
Changes to generic/tclOOInt.h.
Changes to tests/oo.test.