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 Julian Noble
5 days ago
tcl by oldlaptop
29 days ago
tcl by dandyn
33 days ago
tcl by oldlaptop
36 days ago
tcl by apn
38 days ago
tcl by rmax
41 days ago
tcl by kevin_walzer
45 days ago
tcl by Bradipo
60 days ago
tcl by Stu
81 days ago
tcl by rhobart
95 days ago
Submit
New paste
Documentation
From Jabber