Crash 'NoneType' object is not iterable
#5036
Labels
Astroid
Related to astroid
Crash 💥
A bug that makes pylint crash
Needs astroid update
Needs an astroid update (probably a release too) before being mergable
Regression
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Bug description
Here is the stripped down file that still recreated the error
TypeError: 'NoneType' object is not iterable
.expand to see my recreation
I used this bash to recreate the issue.
Resulting in this output.
$ python3.9 -m venv astroid_venv
Configuration
Command used
Pylint output
Expected behavior
I would rather it not have a traceback.
:]
Pylint version
OS / Environment
Additional dependencies
astroid==2.8.0
isort==5.9.3
lazy-object-proxy==1.6.0
mccabe==0.6.1
pip==21.1.1
platformdirs==2.3.0
pylint==2.11.1
setuptools==56.0.0
toml==0.10.2
typing-extensions==3.10.0.2
wrapt==1.12.1
The text was updated successfully, but these errors were encountered: