-
-
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
TypeError: 'Uninferable' object is not iterable #7375
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
Hi @guilhermearaujo, your issue looks different -- it's coming out of |
@jacobtylerwalls I just tested with |
Thanks, then it's probably the same issue as pylint-dev/pylint-django#370. |
pylint v2.15 is crashing, let's fall-back to a known to work v2.14.5. Change-Id: Ie29be6ec6631ff2b3d8cd6b2dd9ac0ed8f505e4f Related: pylint-dev/pylint#7375 Related: OS#5668
This reverts commit 12175d3. The upstream has fixed the regression: pylint-dev/pylint#7375 which was actually not in pylint itself but in its dependency: pylint-dev/astroid#1763 https://github.com/PyCQA/astroid/releases/tag/v2.12.6 Change-Id: I1bf36e0c6db14a10ff4eab57bae238401dbd7fd0 Closes: OS#5668
Bug description
When parsing the following file:
pylint crashed with a
AstroidError
and with the following stacktrace:Configuration
Command used
Pylint output
Expected behavior
Success.
It used to work with pylint 2.14.5.
Pylint version
OS / Environment
Ubuntu 20.04
Additional dependencies
https://msrasrg.visualstudio.com/NNIOpenSource/_build/results?buildId=39425&view=logs&j=96944790-a21b-53d9-449f-42de1f10c3f2&t=882d9a50-fcc7-55b5-da21-227b11b9a8bf
The text was updated successfully, but these errors were encountered: