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

Refactor recursive calls in sourcers #48

Description

@mmaruniak

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions