'from . import *' causes an IndexError #8749
Labels
Crash 💥
A bug that makes pylint crash
Needs astroid update
Needs an astroid update (probably a release too) before being mergable
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
'from . import *' triggers an IndexError of pylint.
pylint_example.py:
The expected output
No fatal error
The actual output:
Test Environment:
pylint 3.0.0b1
astroid 3.0.0a5-dev0
Python 3.11.3
Ubuntu 18.04
The text was updated successfully, but these errors were encountered: