예제 #1
0
 def f():
     rstack.set_stack_depth_limit(12321)
     return rstack.get_stack_depth_limit()
예제 #2
0
def get_stack_depth_limit(space):
    return space.wrap(rstack.get_stack_depth_limit())
예제 #3
0
def get_stack_depth_limit(space):
    return space.wrap(rstack.get_stack_depth_limit())