python modify the maximum number of recursive

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

Guess you like

Origin www.cnblogs.com/xingkongzhizhu/p/11967044.html