Exemplo n.º 1
0
 def f():
     rstack.set_stack_depth_limit(12321)
     return rstack.get_stack_depth_limit()
Exemplo n.º 2
0
def get_stack_depth_limit(space):
    return space.wrap(rstack.get_stack_depth_limit())
Exemplo n.º 3
0
def get_stack_depth_limit(space):
    return space.wrap(rstack.get_stack_depth_limit())