Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stopping infinite recursion in get_identity is hacky #273

Open
rpiazza opened this issue Sep 10, 2021 · 0 comments
Open

Stopping infinite recursion in get_identity is hacky #273

rpiazza opened this issue Sep 10, 2021 · 0 comments

Comments

@rpiazza
Copy link
Contributor

rpiazza commented Sep 10, 2021

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.

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

No branches or pull requests

1 participant