-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Crash: ClassDef
has no attribute is_abstract
#7742
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
Labels
Crash 💥
A bug that makes pylint crash
Needs review 🔍
Needs to be reviewed by one or multiple more persons
Regression
Milestone
Comments
I can never figure out if these types of issues should be moved to the astroid repo? |
imo, if it shows up in Pylint, it should stay in Pylint. |
Regression in 2.15.0 |
mbyrnepr2
added a commit
to mbyrnepr2/pylint
that referenced
this issue
Nov 10, 2022
…rom a parent class with an ``__init__`` class attribute. Closes pylint-dev#7742
mbyrnepr2
added a commit
that referenced
this issue
Nov 12, 2022
* Fix a crash when a child class with an ``__init__`` method inherits from a parent class with an ``__init__`` class attribute. * `continue` if not a method. * Update pylint/checkers/classes/class_checker.py * Rename fragment Closes #7742 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
Pierre-Sassoulas
added a commit
that referenced
this issue
Nov 16, 2022
* Fix a crash when a child class with an ``__init__`` method inherits from a parent class with an ``__init__`` class attribute. * `continue` if not a method. * Update pylint/checkers/classes/class_checker.py * Rename fragment Closes #7742 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
Pierre-Sassoulas
added a commit
that referenced
this issue
Nov 17, 2022
* Fix a crash when a child class with an ``__init__`` method inherits from a parent class with an ``__init__`` class attribute. * `continue` if not a method. * Update pylint/checkers/classes/class_checker.py * Rename fragment Closes #7742 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Crash 💥
A bug that makes pylint crash
Needs review 🔍
Needs to be reviewed by one or multiple more persons
Regression
Bug description
Code:
Command used
Pylint output
Expected behavior
No crash
Pylint version
The text was updated successfully, but these errors were encountered: