-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Pylint crash with StopIteration
when used with --limit-inference-results 0
#4631
Closed
Labels
Blocker 🙅
Blocks the next release
Crash 💥
A bug that makes pylint crash
Needs astroid update
Needs an astroid update (probably a release too) before being mergable
Milestone
Comments
Pierre-Sassoulas
added
Blocker 🙅
Blocks the next release
Crash 💥
A bug that makes pylint crash
labels
Jun 30, 2021
4 tasks
Pierre-Sassoulas
changed the title
Pylint errors out (with lengthy traceback) on
Pylint crash with Jun 30, 2021
import-error
StopIteration
when used with --limit-inference-results 0
Thanks for opening the issue, I can reproduce this problem. |
Pierre-Sassoulas
added a commit
to Pierre-Sassoulas/pylint
that referenced
this issue
Jun 30, 2021
Pierre-Sassoulas
added a commit
to Pierre-Sassoulas/pylint
that referenced
this issue
Jun 30, 2021
Pierre-Sassoulas
added
the
Needs astroid update
Needs an astroid update (probably a release too) before being mergable
label
Jun 30, 2021
Pierre-Sassoulas
added a commit
to Pierre-Sassoulas/pylint
that referenced
this issue
Jun 30, 2021
Pierre-Sassoulas
added a commit
to Pierre-Sassoulas/pylint
that referenced
this issue
Jun 30, 2021
This should be fixed if upgrading to astroid 2.6.2 manually, and will be fixed in pylint 2.9.1. |
Pierre-Sassoulas
added a commit
that referenced
this issue
Jun 30, 2021
Thanks for the timely help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Blocker 🙅
Blocks the next release
Crash 💥
A bug that makes pylint crash
Needs astroid update
Needs an astroid update (probably a release too) before being mergable
Steps to reproduce
on any file/files that import from modules that haven't been installed
Discovered on GitHub actions run that you can check here.
pylint --version output
Result of
pylint --version
output:Notes
Sorry for not strictly adhering to the template. All the files, previous checks and current check outputs can be seen on GitHub itself.
This is an issue I found only with 2.9.0
The text was updated successfully, but these errors were encountered: