Skip to content

Replace next(node.infer()) calls with iteration over the all results of node.infer() #136

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

Open
pylint-bot opened this issue Jun 20, 2015 · 0 comments
Labels

Comments

@pylint-bot
Copy link

Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore)


node.infer() returns a generator of inferred statements, but there are a lot of places where only the first value is retrieved and operated with. This is wrong, because it doesn't reflect the whole reality of the inference.


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

No branches or pull requests

1 participant