You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the default maximum limit of recursive calls in Python is set to 1000, we may experience issues when processing commits of bigger repositories. The current workaround is to artificially increase this stack size. It would be nicer to avoid modifying system settings and refactor such calls into loops instead.
As the default maximum limit of recursive calls in Python is set to 1000, we may experience issues when processing commits of bigger repositories. The current workaround is to artificially increase this stack size. It would be nicer to avoid modifying system settings and refactor such calls into loops instead.