python修改最大递归数

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

原文地址:https://www.cnblogs.com/xingkongzhizhu/p/11967044.html