Skip to content
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

Slots and Generics handling broken since 2.8.0 #4509

Closed
svenpanne opened this issue May 25, 2021 · 1 comment · Fixed by #4522
Closed

Slots and Generics handling broken since 2.8.0 #4509

svenpanne opened this issue May 25, 2021 · 1 comment · Fixed by #4522
Labels
Astroid Related to astroid Bug 🪲 False Positive 🦟 A message is emitted but nothing is wrong with the code Regression
Milestone

Comments

@svenpanne
Copy link

Starting with pylint 2.8.0, there is a regression in the assigning-non-slot check, caused by a bug in recent astroid versions. The details are in pylint-dev/astroid#999, I'm just cross-posting here so that others running into the same bug will find it here.

@hippo91
Copy link
Contributor

hippo91 commented May 27, 2021

Thanks for opening both issues! 👍

@hippo91 hippo91 added Astroid Related to astroid Bug 🪲 False Positive 🦟 A message is emitted but nothing is wrong with the code Regression labels May 27, 2021
@Pierre-Sassoulas Pierre-Sassoulas added this to the 2.9.0 milestone Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Astroid Related to astroid Bug 🪲 False Positive 🦟 A message is emitted but nothing is wrong with the code Regression
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants