if {!$::log_req_res}{ # this test creates a huge nested array which python can't handle (RecursionError: maximum recursion depth exceeded in comparison)
test {Script return recursive object}{
test {Script return recursive object}{
r readraw 1
r readraw 1
set res [run_script {local a = {}; local b = {a}; a[1] = b; return a} 0]
set res [run_script {local a = {}; local b = {a}; a[1] = b; return a} 0]