-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
AttributeError: 'NoneType' object has no attribute '_proxied' while running pylint==2.3.0 #2776
Closed
plocharz-9livesdata opened this issue
Feb 28, 2019
· 1 comment
· Fixed by jacoblearned/pycodeflow#4, pythoninja/adarklib#44, toastwaffle/LiME#69, das7pad/hangoutsbot#161 or pythoninja/adarklib#48
Closed
AttributeError: 'NoneType' object has no attribute '_proxied' while running pylint==2.3.0 #2776
plocharz-9livesdata opened this issue
Feb 28, 2019
· 1 comment
· Fixed by jacoblearned/pycodeflow#4, pythoninja/adarklib#44, toastwaffle/LiME#69, das7pad/hangoutsbot#161 or pythoninja/adarklib#48
Comments
plocharz-9livesdata
changed the title
AttributeError while running pylint==2.3.0 and astroid==2.2.0 Python 3.6
AttributeError: 'NoneType' object has no attribute '_proxied' while running pylint==2.3.0
Feb 28, 2019
PCManticore
added a commit
to pylint-dev/astroid
that referenced
this issue
Feb 28, 2019
…utes with objectmodel Close pylint-dev/pylint#2776
Thanks for reporting this @plocharz-9livesdata This is fixed in astroid's master and it's going to be part of astroid 2.2.1 in a bit. Doing a pass through the regressions and planning to release a bug fix release soon. |
This was referenced Mar 2, 2019
clrpackages
pushed a commit
to clearlinux-pkgs/astroid
that referenced
this issue
Mar 6, 2019
….2.1 Claudiu Popa (4): Make sure to infer the arguments to the `slice()` builtin Open up 2.2.1 and add changelog entry for the slice() fix Correctly instantiate exception instances when inferring their attributes with objectmodel Prepare 2.2.1 What's New in astroid 2.2.1? ============================ Release Date: 2019-03-02 * Make sure to infer the arguments to the `slice()` builtin Close pylint-dev/pylint#2770 * Correctly instantiate exception instances when inferring their attributes with objectmodel Close pylint-dev/pylint#2776
This was referenced Mar 8, 2019
This was referenced Mar 8, 2019
This was referenced Apr 1, 2019
This was referenced Apr 10, 2019
This was referenced May 23, 2019
This was referenced Jun 7, 2019
This was referenced Jun 24, 2019
This was referenced Aug 28, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fail_pylint.py
:Steps to reproduce
fail_pylint.py
Current behavior
Following traceback is printed:
Expected behavior
pylint --version output
The text was updated successfully, but these errors were encountered: