示例#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())