Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Refactor recursive calls in sourcers #48

Open
mmaruniak opened this issue Oct 8, 2015 · 1 comment
Open

Refactor recursive calls in sourcers #48

mmaruniak opened this issue Oct 8, 2015 · 1 comment

Comments

@mmaruniak
Copy link
Contributor

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.

mmaruniak added a commit to mmaruniak/JustReleaseNotes that referenced this issue Oct 8, 2015
@mmaruniak
Copy link
Contributor Author

Yes, I just added the #48 tag to this commit because it's related

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant