python修改最大递归数

import sys
sys.setrecursionlimit(10000)  # set the maximum depth as 10000

posted @ 2019-12-01 18:41  星空之主  阅读(271)  评论(0编辑  收藏  举报