-
-
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
Exception when combining mock and queue #4633
Closed
Labels
Blocker 🙅
Blocks the next release
Crash 💥
A bug that makes pylint crash
Needs astroid update
Needs an astroid update (probably a release too) before being mergable
Milestone
Comments
Pierre-Sassoulas
added
Blocker 🙅
Blocks the next release
Crash 💥
A bug that makes pylint crash
labels
Jun 30, 2021
Pierre-Sassoulas
added a commit
to Pierre-Sassoulas/pylint
that referenced
this issue
Jun 30, 2021
Pierre-Sassoulas
added a commit
to Pierre-Sassoulas/pylint
that referenced
this issue
Jun 30, 2021
Pierre-Sassoulas
added
the
Needs astroid update
Needs an astroid update (probably a release too) before being mergable
label
Jun 30, 2021
Pierre-Sassoulas
added a commit
to pylint-dev/astroid
that referenced
this issue
Jun 30, 2021
Pierre-Sassoulas
added a commit
to pylint-dev/astroid
that referenced
this issue
Jun 30, 2021
Pierre-Sassoulas
added a commit
to pylint-dev/astroid
that referenced
this issue
Jun 30, 2021
Pierre-Sassoulas
added a commit
to pylint-dev/astroid
that referenced
this issue
Jun 30, 2021
Thank you for opening the issue, this should be fixed after astroid 2.6.2 is released (if you force the installation of astroid 2.6.2) or in pylint 2.9.1. There's another problem currently and I'd like a review before merging the fix so it could be tomorrow. |
Thanks for the very fast feedback! |
Pierre-Sassoulas
added a commit
to Pierre-Sassoulas/pylint
that referenced
this issue
Jun 30, 2021
Pierre-Sassoulas
added a commit
that referenced
this issue
Jun 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Blocker 🙅
Blocks the next release
Crash 💥
A bug that makes pylint crash
Needs astroid update
Needs an astroid update (probably a release too) before being mergable
Steps to reproduce
Call
pylint pylint_err.py
on the following script (more or less empty venv besides pylint and using Python 3.8.8):venv:
Python version:
Current behavior
Expected behavior
no exception
pylint --version output
Result of
pylint --version
output:The text was updated successfully, but these errors were encountered: