Tcltest in safe interp?
Posted to
tcl
by mjanssen at Sat Mar 09 11:37:46 GMT 2024
view raw
interp
create -safe safeint
package
require tcltest
foreach
cmd [
info
commands tcltest::*] {
interp
alias safeint
$cmd
{}
$cmd
}
safeint
eval
{
info
commands tcltest::*}
Recent Posts
tcl by schelte
6 days ago
tcl by emiliano
14 days ago
tcl by fvogel
14 days ago
tcl by emiliano
14 days ago
tcl by rmax
30 days ago
tcl by oldlaptop
31 days ago
tcl by schelte
31 days ago
tcl by Bradipo
44 days ago
tcl by kbk
54 days ago
tcl by oldlaptop
57 days ago
Submit
New paste
Documentation
From Jabber