コード例 #1
0
ファイル: test_depth.py プロジェクト: xx312022850/pypy
 def f():
     rstack.set_stack_depth_limit(12321)
     return rstack.get_stack_depth_limit()
コード例 #2
0
ファイル: interp_coroutine.py プロジェクト: enyst/plexnet
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())