Skip to content

Stopping infinite recursion in get_identity is hacky #273

@rpiazza

Description

@rpiazza

The issue of the infinite recursion is as follows:

When you are processing X and part of that processing is to do many other things, one of which is to eventually need to process X - which appears to need processing because the original task has not completed.

It is currently implemented using the "dynamic scoping in python" Environment object. It is probably better to keep track of what objects are being processed and passing a list around as an argument to the various methods.

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