def f(): rstack.set_stack_depth_limit(12321) return rstack.get_stack_depth_limit()
def get_stack_depth_limit(space): return space.wrap(rstack.get_stack_depth_limit())