diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-18 12:02:55 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-18 12:02:55 (GMT) |
commit | 39ef112133e88eb09bd7a2a6cdcf970659d5db09 (patch) | |
tree | 3a28dc4b1c7193ffe610d6b06d04a5295534314d /tests | |
parent | 05b875c56459e7ab5f42d3285e7342abc8b0e996 (diff) | |
download | tcl-39ef112133e88eb09bd7a2a6cdcf970659d5db09.zip tcl-39ef112133e88eb09bd7a2a6cdcf970659d5db09.tar.gz tcl-39ef112133e88eb09bd7a2a6cdcf970659d5db09.tar.bz2 |
Make Pkgua package thread-safe and properly clean up everything when being unloaded. Based on pyk-tclUnload branch, but extended for thread-safety (Thanks!)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/namespace.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/namespace.test b/tests/namespace.test index ed52102..e585504 100644 --- a/tests/namespace.test +++ b/tests/namespace.test @@ -3344,7 +3344,7 @@ test namespace-56.6 { Namespace deletion traces on both the original routine and the imported routine should run without any memory error under a debug build. } -body { - variable res 0 + variable res 0 proc ondelete {old new op} { $old |